Commit 1afb7ea 1 parent e0af9f9 commit 1afb7ea Copy full SHA for 1afb7ea
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
"rebaseWhen" : "conflicted" ,
16
16
"rangeStrategy" : "pin" ,
17
17
"branchPrefix" : "renovate_" ,
18
+ "commitMessagePrefix" : "chore:" ,
18
19
// PR approval is required.
19
20
// We're not using any bot to approve Renovate PRs, we're doing it ourselves.
20
21
// This effectively works as a convenience that skips pressing merge button manually.
21
22
"automerge" : true ,
23
+ // This will run go mod tidy after each go.mod update.
24
+ "postUpdateOptions" : [ "gomodTidy" ] ,
22
25
"packageRules" : [
23
26
// Groups:
24
27
{
43
46
"addLabels" : [ "javascript" ] ,
44
47
} ,
45
48
] ,
46
- // This will run go mod tidy after each go.mod update.
47
- "postUpdateOptions" : [ "gomodTidy" ] ,
48
49
// Custom version extraction from Makefile.
49
50
"regexManagers" : [
50
51
{
You can’t perform that action at this time.
0 commit comments