summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 5a71c3af95ef0e39189298729b0e86f26fd3539d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
updates:
- package-ecosystem: pip
  directory: "/"
  schedule:
    interval: monthly
    time: "08:00"
  open-pull-requests-limit: 99
  ignore:
  - dependency-name: sphinx
    versions:
    - "> 2.4.4"