ci: extend Dependabot to cargo, npm and docker - #146
Open
BenjaminDEMAILLE wants to merge 1 commit into
Open
Conversation
Dependabot only tracked GitHub Actions. Version updates for the Rust crate, the Astro docs site and the Dockerfile base image were never opened; the cargo and npm bumps merged so far came from security advisories only. Adds weekly cargo (/), npm (/docs) and docker (/) ecosystems, and groups minor/patch updates (plus all action bumps) into single PRs to keep the review load low. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Problem
.github/dependabot.ymlonly declared thegithub-actionsecosystem. The Rust crate, the Astro docs site (/docs) and the Dockerfile base image got no version updates. Thecargoandnpm_and_yarnbumps merged so far (#93, #99, #100) came from security advisories, which run without config.Change
Adds three weekly ecosystems:
cargo/Cargo.toml/Cargo.locknpm/docsdocs/package.jsondocker/Dockerfile(rust:1-bookworm)Minor/patch updates are grouped per ecosystem, and all action bumps are grouped into one PR, so weekly noise stays at a few PRs instead of one per dependency. Major bumps still arrive individually.
open-pull-requests-limit: 5on cargo and npm.Test
check-yaml(pre-commit) passes; config parses as valid YAML. Dependabot itself validates the file on merge to the default branch (Insights → Dependency graph → Dependabot).🤖 Generated with Claude Code