ci: release 2.2.0 — Renovate replaces the whuppi-ci-refs sweep#34
Merged
Conversation
Remove the whuppi-ci-refs job from upgrade-check.yml (it needed a Workflows-scope token GITHUB_TOKEN can't provide, and Renovate reads composite action.yml natively). renovate.yml (the reusable runner) + secrets.sh org scope shipped in #33; this cuts the release consumers pin and documents the handover.
This comment has been minimized.
This comment has been minimized.
slopfairy
approved these changes
Jul 24, 2026
slopfairy
left a comment
There was a problem hiding this comment.
Tip
Approved — clean removal of the whuppi-ci-refs sweep, no orphaned references
✅ Checked
whuppi-ci-refsjob removed entirely fromupgrade-check.yml— no residual steps, env, or permissions left behind. Theflutter-sdkandlockfilesjobs are untouched from the base.- No orphaned references to
upgrade-ci-refslabel,chore/whuppi-ci-refsbranch, or the job name anywhere else in the repo (grep hit only the CHANGELOG entries, which correctly document the add in 2.1.0 and the removal in 2.2.0). CHANGELOG.md2.2.0 entry is accurate: renovate.yml + secrets.sh org scope landed in #33, this PR finishes the transition by removing the now-redundant sweep.docs/UPDATING.mdownership table and explanation rewrite match the new reality — Renovate handles pub deps + all action refs (workflows and composites), upgrade-check handles Flutter SDK + lockfiles for consumers not yet migrated.- Remaining
@mainref in thelockfilesjob (whuppi/ci/actions/capabilities/fvm@main) is correct for main branch — the release process stamps it to a version tag. - The
renovate.ymlreusable referenced in the changelog and docs already exists on main from #33; this PR does not need to add it.
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.
Cuts 2.2.0. The reusable
renovate.yml+secrets.shorg scope landed in #33; this release removes the now-redundantwhuppi-ci-refssweep job fromupgrade-check.yml(Renovate reads composites natively, and the sweep needed a tokenGITHUB_TOKENcan't carry), updatesUPDATING.md, and adds the CHANGELOG entry consumers pin to.flutter-sdk+lockfilesstay inupgrade-check.ymlfor consumers not yet on Renovate.