dependabot.yaml 558 B

12345678910111213141516171819202122
  1. # Configuration: https://dependabot.com/docs/config-file/
  2. # Docs: https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically
  3. version: 2
  4. updates:
  5. - package-ecosystem: "pip"
  6. directory: "/"
  7. schedule:
  8. interval: "daily"
  9. allow:
  10. - dependency-type: "all"
  11. commit-message:
  12. prefix: ":arrow_up:"
  13. - package-ecosystem: "github-actions"
  14. directory: "/"
  15. schedule:
  16. interval: "daily"
  17. allow:
  18. - dependency-type: "all"
  19. commit-message:
  20. prefix: ":arrow_up:"