Skip to content

Commit 23fc814

Browse files
committed
wip2
1 parent 65580fd commit 23fc814

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
"allowedCommands": [
2929
"^cd .* && make sync-tidy$"
3030
],
31+
"postUpgradeTasks": {
32+
"commands": [
33+
"cd $(git rev-parse --show-toplevel) && make sync-tidy"
34+
]
35+
},
3136
"constraints": {
3237
"go": "1.21"
3338
}

0 commit comments

Comments
 (0)