Skip to content

Commit 79aab54

Browse files
authored
chore: group multiple dependabot updates into a single pull-request to help reduce PR noise
1 parent faccf5e commit 79aab54

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/dependabot.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,63 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "daily"
12+
groups:
13+
cargo:
14+
patterns:
15+
- "*"
16+
open-pull-requests-limit: 1
1217

1318
- package-ecosystem: "cargo"
1419
directory: "/runtime/js-compute-runtime/rust-url"
1520
schedule:
1621
interval: "daily"
22+
groups:
23+
cargo:
24+
patterns:
25+
- "*"
26+
open-pull-requests-limit: 1
27+
1728

1829
- package-ecosystem: "npm"
1930
directory: "/integration-tests/js-compute"
2031
schedule:
2132
interval: "daily"
33+
groups:
34+
npm:
35+
patterns:
36+
- "*"
37+
open-pull-requests-limit: 1
38+
2239

2340
- package-ecosystem: "npm"
2441
directory: ".github/actions/compute-sdk-test"
2542
schedule:
2643
interval: "daily"
44+
groups:
45+
npm:
46+
patterns:
47+
- "*"
48+
open-pull-requests-limit: 1
49+
2750

2851
- package-ecosystem: "npm"
2952
directory: ".github/actions/github-release"
3053
schedule:
3154
interval: "daily"
55+
groups:
56+
npm:
57+
patterns:
58+
- "*"
59+
open-pull-requests-limit: 1
60+
3261

3362
- package-ecosystem: "npm"
3463
directory: "/sdk/js-compute"
3564
schedule:
3665
interval: "daily"
66+
groups:
67+
npm:
68+
patterns:
69+
- "*"
70+
open-pull-requests-limit: 1
71+

0 commit comments

Comments
 (0)