Skip to content

chore(dependabot): route updates to a 'dependabot-reqs' staging branch#76

Merged
Grol-DBT merged 2 commits into
BattletechModders:mainfrom
RogueTech-NightMareEdition:chore/dependabot-target-branch
May 24, 2026
Merged

chore(dependabot): route updates to a 'dependabot-reqs' staging branch#76
Grol-DBT merged 2 commits into
BattletechModders:mainfrom
RogueTech-NightMareEdition:chore/dependabot-target-branch

Conversation

@nx-thaddeusaid
Copy link
Copy Markdown
Contributor

@nx-thaddeusaid nx-thaddeusaid commented May 24, 2026

What

Adds target-branch: "dependabot-reqs" to both Dependabot update configs (npm + github-actions) so Dependabot opens its PRs against the dependabot-reqs staging branch instead of main.

Why

Lets dependency bumps be tested on a staging branch before reaching main, instead of landing (or auto-merging) directly — guards against regressions like the Tailwind v3→v4 bump that blacked out the war map (CI didn't validate the built CSS). dependabot-reqs is used rather than dependabot to avoid colliding with the dependabot/* branch namespace Dependabot uses for its own PR branches.

Status

The dependabot-reqs branch already exists, so this is ready to merge. Flow after merge: Dependabot → PRs into dependabot-reqs → test → merge dependabot-reqsmain (then re-sync dependabot-reqs with main).

🤖 Generated with Claude Code

nx-thaddeusaid and others added 2 commits May 24, 2026 14:28
Add target-branch: "dependabot" to both update configs (npm + github-actions)
so Dependabot opens PRs against a staging branch instead of main, allowing
dependency bumps to be tested before merging.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@nx-thaddeusaid nx-thaddeusaid changed the title chore(dependabot): route updates to a 'dependabot' staging branch chore(dependabot): route updates to a 'dependabot-reqs' staging branch May 24, 2026
@Grol-DBT Grol-DBT merged commit 878a664 into BattletechModders:main May 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants