Skip to content

fix: rename dependabot label to deps, matching baseline 0.16.2 - #175

Merged
ineedjet merged 1 commit into
mainfrom
fix/dependabot-deps-label
Aug 28, 2026
Merged

fix: rename dependabot label to deps, matching baseline 0.16.2#175
ineedjet merged 1 commit into
mainfrom
fix/dependabot-deps-label

Conversation

@ineedjet

Copy link
Copy Markdown
Collaborator

Summary

Bumping rubykatzen/baseline's reusable workflows to 0.16.2 (#169, #171) surfaced that this repo's dependabot label config had drifted: baseline renamed its required label from dependencies to deps. Fixes both github / github-config-check and embedder / embedded-content-check failures on those two bump PRs.

  • Renamed the repo's GitHub label from dependencies to deps in place, so it stays attached to the already-open dependabot PRs.
  • Updated .github/dependabot.yml's # baseline fragment: dependabot block to match (4 labels: [dependencies]labels: [deps]).

Test plan

Baseline's embedder/github-config checks started failing on the
0.16.1->0.16.2 dependabot bump PRs (#169, #171) because baseline renamed
its required dependabot label from dependencies to deps. Renamed the
repo's own GitHub label in place (keeps it on the already-open PRs) and
updated dependabot.yml's embedded fragment to match.
@ineedjet
ineedjet merged commit 800eb86 into mainAug 28, 2026
3 of 5 checks passed
@ineedjet
ineedjet deleted the fix/dependabot-deps-label branch August 28, 2026 23:33
@ineedjetineedjet mentioned this pull request Aug 28, 2026
Sign up for freeto 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.

1 participant

@ineedjet