ci: add Dependabot version updates for actions and uv - #8
Merged
Conversation
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.
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
Adds
.github/dependabot.ymlwith 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/cacheandastral-sh/setup-uvdrifted a major behind and how the unresolvablesetup-uv@v8slipped in unnoticed.github-actionsciuvchore(deps)Grouping keeps the weekly review load to roughly two PRs. Security updates continue to run independently and are unaffected.