[TASK] Enable Dependabot workflow updates on maintained version branches#826
Open
CybotTM wants to merge 1 commit into
Open
[TASK] Enable Dependabot workflow updates on maintained version branches#826CybotTM wants to merge 1 commit into
CybotTM wants to merge 1 commit into
Conversation
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
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.
Summary
GitHub Actions version bumps currently only land on
main, because Dependabot scans the default branch only — the maintained version branches drift. This surfaced in TYPO3-Documentation/TYPO3CMS-Guide-FrontendLocalization#136 / TYPO3-Documentation/TYPO3CMS-Guide-FrontendLocalization#137, where a backport still rendered with the old pinnedactions/checkoutv6 because the14.3branch never received the bumpmaingot.This PR adds per-branch
target-branchupdate blocks so Dependabot keeps the workflow action pins on the maintained version branches (12.4,13.4,14.3) up to date directly — no backport labels or manual cherry-picks needed.Notes
12.4,13.4,14.3).11.5and older also still carry workflows but are left out deliberately; extend the list if you want them covered.actions/checkoutv6 → v7 on each) starting with the next weekly run.mainupdate block is unchanged.