dependabot.yml 632 B

1234567891011121314151617181920
  1. version: 2
  2. updates:
  3. - # > Dependabot also supports the following package managers: [...]
  4. # > - pipenv, pip-compile, and poetry (specify pip)
  5. package-ecosystem: pip
  6. directory: /
  7. # avoid changes in Pipfile breaking constraints for compatibility with older python versions
  8. versioning-strategy: lockfile-only
  9. schedule:
  10. interval: weekly
  11. day: friday
  12. - package-ecosystem: github-actions
  13. directory: /
  14. # > YAML aliases are not supported
  15. schedule:
  16. interval: weekly
  17. day: friday
  18. # https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates