Skip to content

Commit 49bc897

Browse files
cgrindelclaude
andauthored
chore: rename deprecated allowedPostUpgradeCommands to allowedCommands (#635)
## Summary - Rename `allowedPostUpgradeCommands` to `allowedCommands` in the global self-hosted Renovate config - The old name was deprecated in Renovate v39.131 and auto-migrates, but using the current name avoids future breakage ## Test plan - [ ] Merge and verify next Renovate run processes repos without config warnings - [ ] Verify post-upgrade tasks still execute on rules_swift_package_manager PRs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ab8b23c commit 49bc897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate-global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"platform": "github",
88
"username": "cgrindel-self-hosted-renovate[bot]",
99
"gitAuthor": "Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>",
10-
"allowedPostUpgradeCommands": [
10+
"allowedCommands": [
1111
"^npm",
1212
"^./do_renovate_post_upgrade",
1313
"^bazelisk run //:tidy"

0 commit comments

Comments
 (0)