chore: add Dependabot version updates for GitHub Actions (Actions only, not cargo) - #309
Open
tamashi095 wants to merge 1 commit into
Open
chore: add Dependabot version updates for GitHub Actions (Actions only, not cargo)#309tamashi095 wants to merge 1 commit into
tamashi095 wants to merge 1 commit into
Conversation
Covers the actions/checkout@v4-class drift the app repo also has, without touching the cargo ecosystem. This workspace builds --locked everywhere and enforces a bit-determinism invariant (cross-target digest gates); an automated Cargo dependency bump can move a shipped digest, which needs guardrails this PR doesn't set up. See PR description for the full reasoning and recommendation. Monthly schedule (not weekly): every PR here triggers the full required check suite, including cross-target digest gates and chromium/firefox/ webkit browser qualification, which is materially more expensive than the app's CI. Actions bumps are low-urgency, so there's no reason to pay that weekly.
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.ymlcovering only thegithub-actionsecosystem, monthly, grouped into a single PR. No pre-existing Dependabot/Renovate config was found in this repo.This is a deliberately scoped-down companion to the drift-detection work in
misofm/app(see that PR for the full Dependabot-vs-Renovate evaluation). The full writeup recommended evaluatingcargocoverage for this repo separately rather than bundling it into this change.Why Actions-only, not
cargoThis workspace builds
--lockedeverywhere and has a bit-determinism invariant enforced by the "cross-target digest gates under wasmtime" required check. An automated Cargo dependency bump can move a shipped digest -- a materially bigger deal than a routine app dependency bump. I'm not confident enough to auto-enable that without guardrails, so it's left as a recommendation, not implemented:CI cost
Every PR here triggers the full required-check suite regardless of what changed: cross-target digest gates, chromium/firefox/webkit browser qualification, and host quality on an 8-vcpu runner -- meaningfully more expensive than a typical app PR. Monthly scheduling with everything grouped into one PR means at most ~1 extra full CI run/month from this bot, only when an Actions version actually moved.
🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.