| 12345678910111213141516171819202122 |
- # Configuration: https://dependabot.com/docs/config-file/
- # Docs: https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically
- version: 2
- updates:
- - package-ecosystem: "pip"
- directory: "/"
- schedule:
- interval: "daily"
- allow:
- - dependency-type: "all"
- commit-message:
- prefix: ":arrow_up:"
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "daily"
- allow:
- - dependency-type: "all"
- commit-message:
- prefix: ":arrow_up:"
|