File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ updates:
1919 - " Type: Maintenance"
2020 allow :
2121 - dependency-name : " github.com/projectdiscovery/*"
22+ groups :
23+ projectdiscovery :
24+ patterns :
25+ - " github.com/projectdiscovery/*"
2226
2327 # Maintain dependencies for docker
2428 - package-ecosystem : " docker"
@@ -31,6 +35,10 @@ updates:
3135 include : " scope"
3236 labels :
3337 - " Type: Maintenance"
38+ groups :
39+ docker-dependencies :
40+ patterns :
41+ - " *"
3442
3543 # Maintain dependencies for GitHub Actions
3644 - package-ecosystem : " github-actions"
@@ -42,4 +50,8 @@ updates:
4250 prefix : " chore"
4351 include : " scope"
4452 labels :
45- - " Type: Maintenance"
53+ - " Type: Maintenance"
54+ groups :
55+ github-actions :
56+ patterns :
57+ - " *"
You can’t perform that action at this time.
0 commit comments