blob: 18b9fbf0503163848f641fafa0243d79533b21e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 10
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: /build
schedule:
interval: daily
- package-ecosystem: pip
directory: /test/wpt/tests/resources/test
schedule:
interval: daily
|