dependabot.yml 511 B

123456789101112131415161718192021
  1. # Please see the documentation for all configuration options:
  2. # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
  3. version: 2
  4. updates:
  5. - package-ecosystem: "cargo"
  6. directory: "/"
  7. schedule:
  8. interval: "weekly"
  9. groups:
  10. cargo-crates:
  11. patterns:
  12. - "*"
  13. - package-ecosystem: "github-actions"
  14. directory: "/"
  15. schedule:
  16. interval: "weekly"
  17. groups:
  18. github-actions:
  19. patterns:
  20. - "*"