Skip to content

Commit 828c4f5

Browse files
authored
Group golang.org/x dependencies updates into one PR (#441)
1 parent 15e99e9 commit 828c4f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:best-practices"
55
],
66
"ignorePaths": [],
77
"postUpdateOptions" : [
@@ -22,6 +22,10 @@
2222
{
2323
"matchPackageNames": ["google.golang.org/genproto/googleapis/**"],
2424
"groupName": "googleapis"
25+
},
26+
{
27+
"matchPackageNames": ["golang.org/x/**"],
28+
"groupName": "golang.org/x"
2529
}
2630
]
2731
}

0 commit comments

Comments
 (0)