File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments