dependabot.yml 720 B

12345678910111213141516171819202122
  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. - package-ecosystem: github-actions
  14. directory: /
  15. # > YAML aliases are not supported
  16. schedule:
  17. interval: weekly
  18. day: friday
  19. # https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates