summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: b0251c75ab07c32c714ad0f19a38f19ed8f458fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: 2
updates:
- package-ecosystem: "pip"
  directory: "/requirements"
  target-branch: "2.0.x"
  versioning-strategy: "lockfile-only"
  schedule:
    interval: "monthly"
    day: "monday"
    time: "16:00"
    timezone: "UTC"
  open-pull-requests-limit: 99
- package-ecosystem: "github-actions"
  directory: "/"
  schedule:
    interval: "monthly"
    day: "monday"
    time: "16:00"
    timezone: "UTC"