Skip to content

Commit ca625fe

Browse files
authored
chore: group dependabot actions (#851)
1 parent 1ca6357 commit ca625fe

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ updates:
99
- "type::chore"
1010
schedule:
1111
interval: "weekly"
12+
open-pull-requests-limit: 5
13+
groups:
14+
security:
15+
update-types:
16+
- "patch"
17+
k8s.io:
18+
patterns:
19+
- "k8s.io/*"
20+
aws-sdk-go-v2:
21+
patterns:
22+
- "github.com/aws/aws-sdk-go-v2*"
1223

1324
- package-ecosystem: "npm"
1425
directory: "/web"
@@ -18,13 +29,18 @@ updates:
1829
- "type::chore"
1930
schedule:
2031
interval: "monthly"
21-
open-pull-requests-limit: 25
32+
open-pull-requests-limit: 10
33+
groups:
34+
security:
35+
update-types:
36+
- "patch"
2237

2338
- package-ecosystem: "github-actions"
2439
directory: "/"
2540
labels:
2641
- "dependencies"
2742
- "github-actions"
2843
- "type::chore"
44+
open-pull-requests-limit: 5
2945
schedule:
3046
interval: "weekly"

0 commit comments

Comments
 (0)