Skip to content

Commit 593f7c9

Browse files
committed
Test renovate grouping
1 parent 8e4b35a commit 593f7c9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

renovate.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
5+
],
6+
"labels": ["dependencies"],
7+
"gomod": {
8+
"schedule": [
9+
"after 9am on tuesday"
10+
],
11+
"postUpdateOptions": [
12+
"gomodUpdateImportPaths",
13+
"gomodTidy"
14+
],
15+
"packageRules": [
16+
{
17+
"matchManagers": ["gomod"],
18+
"enabled": true
19+
},
20+
{
21+
"matchPackageNames": ["**"],
22+
"groupName": "Go modules"
23+
}
24+
]
25+
}
26+
}

0 commit comments

Comments
 (0)