chore(dependabot): only open PRs that fix security alerts#42
Closed
Alexander Kolomiytsev (AlexKolomiytsev) wants to merge 1 commit into
Closed
chore(dependabot): only open PRs that fix security alerts#42Alexander Kolomiytsev (AlexKolomiytsev) wants to merge 1 commit into
Alexander Kolomiytsev (AlexKolomiytsev) wants to merge 1 commit into
Conversation
Taras Sus (tarassus)
approved these changes
May 27, 2026
fdac322 to
9fa3914
Compare
Contributor
Author
|
Closing — with the final scope (Dependabot security-only limited to npm / gradle / swift), this repo has no applicable ecosystem (only github-actions/docker/helm, which we're keeping enabled), so there's nothing to change here. |
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
Set
open-pull-requests-limit: 0on the package-manager &github-actionsecosystems in.github/dependabot.ymlso Dependabot only opens PRs that fix an open security alert for them.Why
Routine version-update PRs (e.g. type-only/transitive bumps) create review & merge overhead with no security value. This turns those off while keeping Dependabot security updates, which run on a separate internal limit and are enabled for this repo (
automated-security-fixes: enabled).Effect
Fleet-wide change mirroring egym/mwa-bma-features#1995.