Skip to content

Commit d409cf8

Browse files
justaugustusdependabot[bot]
authored andcommitted
dependabot: Extend grouped updates
Signed-off-by: Stephen Augustus <[email protected]>
1 parent c8dab2e commit d409cf8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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: "/"

0 commit comments

Comments
 (0)