chore(dependabot): scope to github-actions only, drop cargo - #67
Open
linuxnow wants to merge 1 commit into
Open
Conversation
This fork tracks upstream birkenfeld/arexibo for source code. Cargo dependencies are upstream's territory — letting dependabot bump them here just diverges us from upstream for no benefit (the same bumps replay automatically the next time we rebase on upstream). Keep github-actions ecosystem: our .github/workflows/ are entirely fork-local (RPM/DEB packaging + release machinery upstream has no equivalent of), so workflow action SHA bumps are genuinely our infra to track. Companion: 8 open cargo dependabot PRs (shlex, nix, subprocess, dbus, clap, rand, indexmap, cargo group) will be closed alongside this PR with an explanatory comment. Already-merged cargo bumps (md-5, indexmap, bytes) stay carried for now — they'll be reconciled on the next upstream rebase rather than reverted.
This was referenced May 30, 2026
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.
Closes #65.
Summary
Drop the
cargoecosystem from.github/dependabot.yml. Keepgithub-actions.Why: this fork tracks upstream
birkenfeld/arexibofor source code. Bumping crates here just diverges us from upstream for no benefit. Our.github/workflows/are entirely fork-local (RPM/DEB packaging + release machinery), so workflow action SHA bumps remain genuinely our infra to track — those stay.Companion: 8 open cargo dependabot PRs (#62 shlex, #57 nix, #54 subprocess, #53 dbus, #48 clap, #47 rand, #43 indexmap, #40 cargo group) will be closed once this lands. The 3 reusable-pin bumps (#56 build-deb, #59 build-rpm, #61 create-release) are replaced by a manual companion PR — see #66.
Test plan
.github/dependabot.ymlparses (yaml syntax).chore(deps): bump <cargo-crate>PRs will appear from dependabot.chore(deps): bump <github-action>PRs continue to appear weekly (verifies the github-actions ecosystem still works).Risk
Zero. Single-file metadata change. Reversible by re-adding the block.