[be1279]: / .github / dependabot.yml

Download this file

23 lines (21 with data), 449 Bytes

 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: "gitsubmodule"
schedule:
interval: "weekly"
directory: "/"
target-branch: "main"
open-pull-requests-limit: 2
reviewers:
- "pstjohn"
- "jstjohn"
- package-ecosystem: "docker"
directory: "/"
target-branch: "main"
open-pull-requests-limit: 1
schedule:
interval: "weekly"
reviewers:
- "pstjohn"
- "dorotat-nv"
- "trvachov"