Dry-run Renovate on pull requests, keep dots out of branch names, bump OctoVersion - #66
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
matt-richardson
enabled auto-merge (squash)
August 11, 2026 01:31
cailyoung
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Our
renovate.yamlruns onpull_requestwhen the Renovate config changes, and reads that config from the PR branch while still pointing at the real repository with a real token. An unmerged config is applied for real rather than validated. On Slipway this silently autoclosed two dependency PRs, and withprConcurrentLimitat 1 holding the slot, one update was left with no open PR at all.RENOVATE_DRY_RUNis set only forpull_requestruns. Renovate's env parser skips empty values, so scheduled and push runs keep writing as before, anddryRun: fullstill runs the whole extract-and-lookup pipeline, so a broken config still surfaces on the PR.branchNameStrictkeeps dots out of Renovate's branch names. OctoVersion truncates the branch-derived NuGet pre-release tag to 20 characters without regard for SemVer identifier boundaries; when the cut lands on a dot, the version ends in an empty identifier anddotnet packrejects it.The pinned
Octopus.OctoVersion.Toolpredates the fix for that truncation (OctoVersion#331) and moves to 1.1.48, which ships net8.0, net9.0 and net10.0 tool assets.Both changes land together on purpose.
branchNameStrictalone would have this PR's own Renovate run rename branches against the live repository, which is the exact failure this is meant to prevent.Linear: DPT-3109, DPT-3106
🤖 Generated with Claude Code