Skip to content

Enable Dependabot version updates (PIN-4)#685

Open
jhamon wants to merge 1 commit into
mainfrom
security/enable-dependabot
Open

Enable Dependabot version updates (PIN-4)#685
jhamon wants to merge 1 commit into
mainfrom
security/enable-dependabot

Conversation

@jhamon

@jhamon jhamon commented Jul 11, 2026

Copy link
Copy Markdown
Collaborator

What

Adds .github/dependabot.yml enabling 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-limit or schedule if the cadence is too noisy.


Note

Low Risk
CI/dependency automation config only; no application code or runtime behavior changes.

Overview
Introduces .github/dependabot.yml to 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.

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant