dependabot.yml 340 B

123456789101112
  1. # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
  2. version: 2
  3. updates:
  4. - package-ecosystem: "pip"
  5. directory: "/"
  6. schedule:
  7. interval: "weekly"
  8. day: "friday"
  9. open-pull-requests-limit: 5
  10. target-branch: "master"
  11. ignore:
  12. - dependency-name: "pygments"