chore: drop Dependabot version-update config for security-only policy#228
Merged
Conversation
Remove .github/dependabot.yml so Dependabot no longer opens weekly version-bump PRs across the Go modules and GitHub Actions. CVE coverage is retained via Dependabot *security* updates, which are controlled by the repo security settings, not this file.
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
Remove
.github/dependabot.yml, switching the repo to a security-onlyDependabot policy.
Why
The weekly version-update scans (5 Go module dirs + GitHub Actions) generate a
steady stream of routine bump PRs that require manual review/verify each week.
We want to keep CVE coverage without the routine noise.
file — removing it stops them.
settings toggle, independent of this file, and are unaffected by this change.
Follow-up (repo admin, web UI)
Confirm Settings → Code security → Dependabot security updates is enabled so
vulnerability patches keep flowing. (The scoped CI token cannot read or change
that setting.)
Note
CI-config-only change — no buildable code touched, so
just verify(cpworkerbuild + Go tests) is not applicable here.