File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,18 @@ updates:
99 prefix : " :seedling:"
1010 open-pull-requests-limit : 10
1111 groups :
12+ gomod :
13+ patterns :
14+ - " *"
15+ exclude-patterns :
16+ - " github.com/go-openapi/*"
17+ - " golang.org/x/*"
1218 go-openapi :
1319 patterns :
1420 - " github.com/go-openapi/*"
21+ golang-x :
22+ patterns :
23+ - " golang.org/x/*"
1524 # For the website code in scorecards-site.
1625 - package-ecosystem : npm
1726 directory : ' /'
@@ -34,6 +43,17 @@ updates:
3443 github-actions :
3544 patterns :
3645 - " *"
46+ exclude-patterns :
47+ - " actions/*"
48+ - " github/*"
49+ - " golangci/*"
50+ github-owned :
51+ patterns :
52+ - " actions/*"
53+ - " github/*"
54+ golangci :
55+ patterns :
56+ - " golangci/*"
3757 # Dockerfiles
3858 - package-ecosystem : docker
3959 directory : " /"
You can’t perform that action at this time.
0 commit comments