Skip to content

Commit d74c783

Browse files
authored
Renovate configuration
1 parent 932111b commit d74c783

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

renovate.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,25 @@
99
],
1010
"packageRules": [
1111
{
12-
"groupName": "go",
12+
"groupName": "Go modules",
13+
"groupSlug": "go-modules",
1314
"matchDatasources": [
14-
"go"
15+
"go",
16+
"gomod"
1517
],
1618
"matchPackagePatterns": [
1719
"*"
1820
]
1921
},
2022
{
21-
"groupName": "bazel",
22-
"matchDatasources": [
23+
"groupName": "Bazel",
24+
"groupSlug": "bazel",
25+
"matchCategories": [
2326
"bazel"
2427
],
28+
"matchDepTypes": [
29+
"http_archive"
30+
],
2531
"matchPackagePatterns": [
2632
"*"
2733
]

0 commit comments

Comments
 (0)