summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 892b0dd8447330b6385f4e53e7b0e9e4b5a351dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: 2
updates:
- package-ecosystem: pip
  directory: /docs
  schedule:
    day: sunday
    interval: weekly
  labels:
  - dependabot-deps-updates
  - skip-changelog
  versioning-strategy: lockfile-only
  open-pull-requests-limit: 3
- package-ecosystem: pip
  directory: /
  schedule:
    day: sunday
    interval: weekly
  labels:
  - dependabot-deps-updates
  - skip-changelog
  versioning-strategy: lockfile-only
  open-pull-requests-limit: 3