Skip to content

Commit

Permalink
renovate: add 'make metrics-docs' to post upgrade cmds
Browse files Browse the repository at this point in the history
Also update target codegen to protogen and generate to crds.

Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy authored and kkourt committed Sep 4, 2024
1 parent f77b05a commit d90f947
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
"requireConfig": "ignored",
"allowedPostUpgradeCommands": [
"^/tmp/install-buildx$",
"^make codegen$",
"^make generate$",
"^make protogen$",
"^make crds$",
"^make vendor$",
"^make -C install/kubernetes$",
"^go mod vendor$",
"^install-tool golang \\$\\(grep -oP '\\^go \\\\K\\.\\+' go\\.mod\\)$",
"^install-tool golang \\$\\(grep -oP '\\^toolchain go\\\\K\\.\\+' go\\.mod\\)$"
"^install-tool golang \\$\\(grep -oP '\\^toolchain go\\\\K\\.\\+' go\\.mod\\)$",
"^make metrics-docs$",
],
// repository configuration
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
Expand Down Expand Up @@ -207,7 +208,7 @@
"gomodUpdateImportPaths",
],
postUpgradeTasks: {
"commands": ["/tmp/install-buildx", "make codegen", "make generate"],
"commands": ["/tmp/install-buildx", "make protogen", "make crds", "make metrics-docs"],
"fileFilters": ["**/**"],
"executionMode": "branch"
}
Expand Down

0 comments on commit d90f947

Please sign in to comment.