Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renovate: add 'make metrics-docs' to post upgrade cmds #2864

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading