summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: a2681770030d2b8cea88b2412cf13db187648d34 (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: "3.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"