dependabot.yml 427 B

123456789101112
  1. # See GitHub's documentation for more information on this file:
  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. - package-ecosystem: "github-actions"
  6. directory: "/"
  7. schedule:
  8. interval: "daily"
  9. - package-ecosystem: "gomod"
  10. directory: "/"
  11. schedule:
  12. interval: "daily"