fix: standardize branch and label naming to "security"#41
Merged
EthanThePhoenix38 merged 2 commits intodependabot/npm_and_yarn/tldts-7.0.23from Feb 17, 2026
Merged
Conversation
Co-authored-by: EthanThePhoenix38 <103653068+EthanThePhoenix38@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Bump tldts dependency from 7.0.22 to 7.0.23
fix: standardize branch and label naming to "security"
Feb 17, 2026
8f9d185
into
dependabot/npm_and_yarn/tldts-7.0.23
6 checks passed
There was a problem hiding this comment.
Pull request overview
This PR standardizes inconsistent naming conventions for branch and label names in the Dependabot workflow. The workflow previously referenced a "securite" branch (a misspelling) and the dependabot configuration used an "auto-merge" label, both of which have been corrected to use "security" consistently.
Changes:
- Renamed workflow job from
auto-merge-to-securitetoauto-merge-to-securitywith corresponding dependency updates - Updated all branch references from "securite" to "security" throughout the workflow (9 occurrences)
- Replaced "auto-merge" label with "security" label in dependabot configuration for both npm and github-actions ecosystems
- Updated user-facing messages to reflect the correct "security" branch name
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/dependabot-secure-flow.yaml |
Standardized job name, branch references, and messages from "securite" to "security" |
.github/dependabot.yml |
Replaced "auto-merge" label with "security" label for consistency across package ecosystems |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Corrected inconsistent naming where workflow referenced "securite" branch and dependabot config used "auto-merge" label. Standardized to "security" throughout.
Workflow changes (
.github/workflows/dependabot-secure-flow.yaml)auto-merge-to-securite→auto-merge-to-securitysecurite→security(9 occurrences)Dependabot config (
.github/dependabot.yml)auto-mergelabel withsecurityfor npm ecosystemsecuritylabelThis ensures the workflow correctly identifies and processes dependency PRs through the security branch for batch validation.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.