ci: add Dependabot config (uv + GitHub Actions) - #128
Open
coelhogonzalo wants to merge 1 commit into
Open
Conversation
Collaborator
Author
|
I thought it might be a good idea. Your call to merge |
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.ymlwith two update streams, both targetingdevelop:uv— Python dependencies viapyproject.toml+uv.lock(Dependabot supports uv natively; thepipecosystem would not manage our lockfile).github-actions— the actions used in.github/workflows(checkout,setup-uv,setup-python).Config choices
developtriggers a beta publish, so all version bumps arrive as a single grouped PR per run instead of one PR per dependency.lwk,bdkpython,wallycore,coincurve), waiting out just-published releases reduces supply-chain risk; compromised releases are usually caught within days.0.xwhere the meaningful releases are semver-minor (e.g.lwk 0.18 → 0.19).target-branch: develop— follows the develop-first flow. Note GitHub always sends security update PRs to the default branch regardless of this setting.deps:/ci:with scope, labeleddependencies+ ecosystem.CI note: the Tests workflow needs no secrets, so Dependabot PRs get full CI despite the restricted
GITHUB_TOKEN.