Skip to content

Commit 5ea4b21

Browse files
committed
Run code gen commands on go updates
1 parent fafac54 commit 5ea4b21

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,19 @@
232232
"yarnDedupeHighest",
233233
"npmDedupe"
234234
],
235+
"postUpgradeTasks": {
236+
"commands": [
237+
"make update-crds",
238+
"make update-codegen",
239+
"make test-update-snaps"
240+
],
241+
"fileFilters": [
242+
"**/*.go",
243+
"**/go.mod",
244+
"**/go.sum"
245+
],
246+
"executionMode": "branch"
247+
},
235248
"pre-commit": {
236249
"enabled": true
237250
},

0 commit comments

Comments
 (0)