Skip to content

Commit 13b266e

Browse files
committed
ci: group golang dependency types
1 parent c062ddb commit 13b266e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

renovate.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@
66
],
77
"packageRules": [
88
{
9-
"groupName": "golang",
10-
"matchDatasources": ["golang-version"]
11-
},
12-
{
13-
"groupName": "golang",
14-
"matchPackageNames": [
15-
"docker.io/library/golang",
16-
"github.com/golang/go"
17-
]
9+
"matchPackageNames": ["go", "golang"],
10+
"matchDepTypes": ["toolchain", "image", "stage"],
11+
"groupName": "golang"
1812
}
1913
]
2014
}

0 commit comments

Comments
 (0)