Skip to content

Commit be6147d

Browse files
committed
ci: group golang deps in renovate
1 parent 2322869 commit be6147d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

renovate.json

+13
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,18 @@
33
"extends": [
44
"github>hetznercloud/.github//renovate/default",
55
"github>hetznercloud/.github//renovate/golang"
6+
],
7+
"packageRules": [
8+
{
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+
]
18+
}
619
]
720
}

0 commit comments

Comments
 (0)