Enable Dependabot version updates (PIN-4)#685
Open
jhamon wants to merge 1 commit into
Open
Conversation
Adds .github/dependabot.yml with weekly, grouped dependency updates so we stay close to patched releases and can fast-patch security advisories. Part of PIN-4 (security fast-patch process).
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
Adds
.github/dependabot.ymlenabling weekly, grouped Dependabot version updates.Ecosystems covered: uv (python), cargo (rust), github-actions.
Why
Part of standing up the security fast-patch process (PIN-4). Keeping dependencies close to their latest patched release shrinks the diff and time needed to ship a fix when a security advisory lands. Dependabot security updates (auto patch PRs on advisories) and vulnerability alerts are already enabled on this repo; this adds the routine version-update cadence.
Minor/patch updates are grouped into a single PR per ecosystem to keep review noise low; majors come as individual PRs.
Review notes
Config only — no code changes. First run may open a batch of update PRs; that is expected. Adjust
open-pull-requests-limitorscheduleif the cadence is too noisy.Note
Low Risk
CI/dependency automation config only; no application code or runtime behavior changes.
Overview
Introduces
.github/dependabot.ymlto run weekly Dependabot version updates for uv (Python), Cargo (Rust), and GitHub Actions, complementing existing security alerts and advisory-driven updates (PIN-4).For uv and Cargo, minor and patch bumps are grouped into one PR per ecosystem (cap 10 open update PRs each). GitHub Actions updates are grouped under a single weekly PR. Major version bumps are not grouped and should still arrive as separate PRs.
Reviewed by Cursor Bugbot for commit e942467. Bugbot is set up for automated code reviews on this repo. Configure here.