1
0

dependabot.yml 740 B

123456789101112131415161718192021
  1. # To get started with Dependabot version updates, you'll need to specify which
  2. # package ecosystems to update and where the package manifests are located.
  3. # Please see the documentation for all configuration options:
  4. # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
  5. version: 2
  6. updates:
  7. - package-ecosystem: "github-actions"
  8. directory: "/"
  9. schedule:
  10. interval: "monthly"
  11. commit-message:
  12. prefix: "chore(ci): "
  13. groups:
  14. github-actions:
  15. patterns:
  16. - "*"
  17. - package-ecosystem: "pip" # See documentation for possible values
  18. directory: "/" # Location of package manifests
  19. schedule:
  20. interval: "weekly"