Skip to content

Commit 7e7f5da

Browse files
committed
Group renovate PRs
1 parent 7214301 commit 7e7f5da

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

renovate.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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 5am on sunday"
10+
],
11+
"postUpdateOptions": [
12+
"gomodUpdateImportPaths",
13+
"gomodTidy"
14+
],
15+
"packageRules": [
16+
{
17+
"matchManagers": ["gomod"],
18+
"matchDepTypes": ["indirect"],
19+
"enabled": true
20+
},
21+
{
22+
"matchPackageNames": ["**"],
23+
"groupName": "Go modules"
24+
}
25+
]
26+
}
27+
}

0 commit comments

Comments
 (0)