Skip to content

Commit 15dd367

Browse files
authored
chore(renovate): group go updates (#236)
It's too much work to merge go updates one by one. Merge it into patch and minor groups. Major updates will be still separate PR, as they give the biggest possibility to break something. Signed-off-by: Martin Basti <mbasti@redhat.com>
1 parent 02b52ba commit 15dd367

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
"github-actions"
1717
],
1818
"automerge": true
19+
},
20+
{
21+
"description": "Go minor updates",
22+
"matchManagers": ["gomod"],
23+
"matchUpdateTypes": ["minor"],
24+
"groupName": "go minor dependencies"
25+
},
26+
{
27+
"description": "Go patch updates",
28+
"matchManagers": ["gomod"],
29+
"matchUpdateTypes": ["patch"],
30+
"groupName": "go patch dependencies"
1931
}
2032
]
2133
}

0 commit comments

Comments
 (0)