dependabot.yml 583 B

12345678910111213141516
  1. # sync with https://github.com/fphammerle/ical2vdir/blob/master/.github/dependabot.yml
  2. version: 2
  3. updates:
  4. - # > Dependabot also supports the following package managers: [...]
  5. # > - pipenv, pip-compile, and poetry (specify pip)
  6. package-ecosystem: pip
  7. directory: /
  8. # avoid changes in Pipfile breaking constraints for compatibility with older python versions
  9. versioning-strategy: lockfile-only
  10. schedule:
  11. interval: weekly
  12. day: friday
  13. # https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates