Skip to content

Commit 1afb7ea

Browse files
authored
Update renovate.json5
1 parent e0af9f9 commit 1afb7ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/renovate.json5

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515
"rebaseWhen": "conflicted",
1616
"rangeStrategy": "pin",
1717
"branchPrefix": "renovate_",
18+
"commitMessagePrefix": "chore:",
1819
// PR approval is required.
1920
// We're not using any bot to approve Renovate PRs, we're doing it ourselves.
2021
// This effectively works as a convenience that skips pressing merge button manually.
2122
"automerge": true,
23+
// This will run go mod tidy after each go.mod update.
24+
"postUpdateOptions": ["gomodTidy"],
2225
"packageRules": [
2326
// Groups:
2427
{
@@ -43,8 +46,6 @@
4346
"addLabels": ["javascript"],
4447
},
4548
],
46-
// This will run go mod tidy after each go.mod update.
47-
"postUpdateOptions": ["gomodTidy"],
4849
// Custom version extraction from Makefile.
4950
"regexManagers": [
5051
{

0 commit comments

Comments
 (0)