summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 9cd57fa320c3a9da4b31230ab4f3e70ea78157e7 (plain)
1
2
3
4
5
6
7
8
version: 2
updates:
  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "deps(python)"