dependabot.yml 462 B

1234567891011121314
  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 python3.5 compatibility
  8. versioning-strategy: lockfile-only
  9. schedule:
  10. interval: weekly
  11. day: friday
  12. # https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates