dependabot.yml 292 B

1234567891011
  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"