Skip to content

fix(dependabot): correct drifted labels and restore github-actions ecosystem - #114

Merged
overwrite00 merged 1 commit into
mainfrom
develop
Jul 31, 2026
Merged

fix(dependabot): correct drifted labels and restore github-actions ecosystem#114
overwrite00 merged 1 commit into
mainfrom
develop

Conversation

@overwrite00

Copy link
Copy Markdown
Owner

Summary

  • Fix drifted Dependabot labels: python/javascript didn't exist as repo labels (renamed to lang:python/lang:javascript at some point), so Dependabot silently dropped them from every version-update PR since a5f9d7b.
  • Restore the github-actions ecosystem, unintentionally removed in the same commit, so CI action bumps (actions/checkout, codeql-action, etc.) are tracked again.

Test plan

  • dependabot.yml validated as parseable YAML
  • Label names cross-checked against gh label list (lang:python, lang:javascript, type:ci, scope:deps all exist)
  • Confirm next weekly Dependabot run applies the correct labels

…osystem

Version/JS PRs were tagged with "python"/"javascript" labels that no longer
exist in the repo (renamed to lang:python/lang:javascript), so Dependabot
silently dropped them. Also re-adds the github-actions ecosystem, removed
unintentionally in a5f9d7b, so CI action bumps (actions/checkout,
codeql-action, etc.) get tracked automatically again.
@overwrite00 overwrite00 self-assigned this Jul 31, 2026
@overwrite00
overwrite00 merged commit 06627ae into main Jul 31, 2026
23 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.

1 participant