ci: switch dependabot to security-only updates#36
Merged
Conversation
Sets open-pull-requests-limit: 0 on all three ecosystems, which disables routine version-bump PRs while Dependabot security updates still open PRs for actual advisories. Removes the per-ecosystem version-update groups, which no longer apply. Keeps the watched ecosystems, commit prefixes, and labels so security PRs stay tidy and pass commit-check.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Switches Dependabot to security-only mode: sets
open-pull-requests-limit: 0on all three ecosystems, which disables routine version-bump PRs while still letting Dependabot security updates open PRs for real advisories.Why
The routine weekly version-update PRs (e.g. #34, #35) were too noisy for this repo. This keeps the valuable part — automated PRs for actual CVEs — without the churn. Repo-level alerts and automated security fixes stay enabled, so vulnerabilities are still surfaced and patched.
#34 and #35 (version-update PRs) were closed as part of this change.
Closes #
Type
ci— CI/CD changesHow
open-pull-requests-limit: 0per ecosystem → Dependabot opens no version-update PRs, but still opens security-update PRs (this is the documented behaviour).groups(only relevant to version updates).Testing
commit-check --branch/--message— passopen-pull-requests-limit: 0Screenshots
N/A — CI configuration.