Skip to content

ci: add Dependabot version updates for actions and uv - #8

Merged
laplacef merged 1 commit into
mainfrom
chore/add-dependabot-config
Jul 14, 2026
Merged

ci: add Dependabot version updates for actions and uv#8
laplacef merged 1 commit into
mainfrom
chore/add-dependabot-config

Conversation

@laplacef

Copy link
Copy Markdown
Owner

Summary

Adds .github/dependabot.yml with two version-update ecosystems.

The repo currently has no version-update config — the recent transformers/soupsieve PRs were Dependabot security updates (advisory-driven, no config needed). Nothing was watching GitHub Actions, which is how actions/cache and astral-sh/setup-uv drifted a major behind and how the unresolvable setup-uv@v8 slipped in unnoticed.

Ecosystem Cadence Grouping Commit prefix
github-actions weekly (Mon) all actions in one PR ci
uv weekly (Mon) minor+patch together, majors isolated chore(deps)

Grouping keeps the weekly review load to roughly two PRs. Security updates continue to run independently and are unaffected.

Security updates already run advisory-driven with no config; this adds
routine version-update PRs so GitHub Actions majors and Python deps stay
current between advisories. Weekly, grouped to keep review load low:
all actions in one PR, Python minor/patch together, majors isolated.
@laplacef
laplacef merged commit 270941a into main Jul 14, 2026
2 checks passed
@laplacef
laplacef deleted the chore/add-dependabot-config branch July 14, 2026 21:12
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