dependabot.yml 810 B

123456789101112131415161718192021
  1. # Documentation for this file can be found at:
  2. # https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
  3. version: 2
  4. updates:
  5. ## Disabled between releases. We reenable it briefly after every
  6. ## stable release, pull in all changes, and close it again so that
  7. ## the tree remains more stable during development and the upstream
  8. ## changes have time to soak before the next release.
  9. # - package-ecosystem: "gomod"
  10. # directory: "/"
  11. # schedule:
  12. # interval: "daily"
  13. # commit-message:
  14. # prefix: "go.mod:"
  15. # open-pull-requests-limit: 100
  16. - package-ecosystem: "github-actions"
  17. directory: "/"
  18. schedule:
  19. interval: "weekly"
  20. commit-message:
  21. prefix: ".github:"