dependabot.yml 471 B

123456789101112131415161718192021222324
  1. version: 2
  2. updates:
  3. - package-ecosystem: "maven"
  4. directory: "/"
  5. schedule:
  6. interval: "weekly"
  7. day: "monday"
  8. time: "06:00"
  9. timezone: "UTC"
  10. groups:
  11. maven-dependencies:
  12. patterns:
  13. - "*"
  14. - package-ecosystem: "github-actions"
  15. directory: "/" # even for `.github/workflows`
  16. schedule:
  17. interval: "monthly"
  18. groups:
  19. github-actions:
  20. patterns:
  21. - "*"
  22. labels:
  23. - "misc:ci"