Skip to content

Commit cc047fe

Browse files
authored
Merge pull request #4509 from vvbandeira/update-dependabot
chore(dependabot): cap open PRs and add a release cooldown
2 parents 30742fe + 3458822 commit cc047fe

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
version: 2
2+
3+
# MODULE.bazel is not covered: Dependabot has no Bazel ecosystem.
24
updates:
35
- package-ecosystem: "github-actions"
46
directory: "/"
57
schedule:
68
interval: "daily"
9+
open-pull-requests-limit: 5
10+
cooldown:
11+
default-days: 7
12+
groups:
13+
actions:
14+
patterns:
15+
- "*"
16+
17+
- package-ecosystem: "pip"
18+
directories:
19+
- "/.github/requirements"
20+
- "/docs"
21+
- "/etc"
22+
- "/flow/util"
23+
- "/tools/AutoTuner"
24+
schedule:
25+
interval: "daily"
26+
open-pull-requests-limit: 5
27+
cooldown:
28+
default-days: 7
29+
groups:
30+
python:
31+
patterns:
32+
- "*"
33+
34+
- package-ecosystem: "docker"
35+
directories:
36+
- "/"
37+
- "/docker"
38+
- "/tools/codespace"
39+
- "/tools/yosys_util"
40+
schedule:
41+
interval: "daily"
42+
open-pull-requests-limit: 5
43+
cooldown:
44+
default-days: 7
45+
groups:
46+
images:
47+
patterns:
48+
- "*"

0 commit comments

Comments
 (0)