summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/.github/dependabot.yml
blob: ebcaded70ff52e07d5ba52f26df9d01b5e5e72bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
version: 2
updates:
- package-ecosystem: github-actions
  directory: /
  schedule:
    interval: weekly
  open-pull-requests-limit: 1000
- package-ecosystem: pip
  directory: docs/
  schedule:
    interval: monthly
  open-pull-requests-limit: 1000
  # Upgrade sphinx manually only
  ignore:
  - dependency-name: "sphinx"
- package-ecosystem: pip
  directory: resources/test/
  schedule:
    interval: monthly
  open-pull-requests-limit: 1000
- package-ecosystem: pip
  directory: tools/
  schedule:
    interval: daily
  open-pull-requests-limit: 1000