chore: stop dependabot version updates - #97
Merged
Conversation
Security updates are a repository setting and do not read this file.
There was a problem hiding this comment.
🟢 Approval recommended
The diff cleanly removes the only Dependabot config file and no other dependabot YAML remains in the repo, matching the PR’s stated scope.
Pull request overview
This PR removes the repository’s Dependabot configuration to stop routine scheduled version-bump pull requests, aligning with the repo’s “exact pins / no mid-milestone upgrades” approach and reducing weekly PR noise (while leaving vulnerability-only updates to be enabled via the repository setting outside this diff).
Changes:
- Deleted
.github/dependabot.ymlso Dependabot no longer creates scheduled version-update PRs.
File summaries
| File | Description |
|---|---|
.github/dependabot.yml |
Removed Dependabot version-update configuration to prevent routine upgrade PRs. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Summary
Closes #96
Dependabot opened routine version-update PRs weekly while security updates were disabled, so the repository got noise and no advisory coverage. Version updates come from
.github/dependabot.yml; security updates are a repository setting that ignores it. Removing the file stops the first without touching the second.Changes
Deviations
Acceptance criteria
.github/dependabot.ymlis removed, so no version-update PRs are openedTest plan
Documentation and configuration only.
Automated tests
None. Nothing in CI reads this file.
Manual verification
.github/dependabot.ymlno longer exists on the branch.gh api repos/BootNodeDev/strata-vault-kit --jq .security_and_analysis.dependabot_security_updates.statusreturnsenabled.Breaking changes
Nothing tracks new releases any more. Upgrades become a deliberate task at the start of each milestone, which matches the exact-pins and no-mid-milestone-upgrade convention in AGENTS.md.
Checklist
Screenshots
None.