Add Dependabot version updates with grouped minor/patch PRs - #60
Merged
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
OpenTofu Format and Style
|
This repo had no .github/dependabot.yml, so Dependabot was only opening security-advisory PRs. This enables scheduled version updates as well. Minor and patch bumps are grouped into a single PR per ecosystem to keep review overhead low. Major bumps stay ungrouped so each gets its own PR. A cooldown holds brand-new releases for a few days to blunt compromised- release supply-chain attacks. Only semver ecosystems accept semver-*-days; docker, docker-compose, github-actions, terraform and pip take default-days alone and are rejected outright if given the semver keys. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LpZM2dqedR4fXiLn7272XQ
3uzbcqje
force-pushed
the
chore/dependabot-version-updates
branch
from
September 10, 2026 21:51
44249ea to
04b9fc4
Compare
Contributor
OpenTofu Format and Style
|
ArendPeter
approved these changes
Sep 11, 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.
Adds a Dependabot config so this repo gets scheduled version updates, not just security-advisory PRs.
There was no
.github/dependabot.ymlhere, which means Dependabot has only ever opened PRs in response to security alerts. Routine dependency drift has gone untracked.Coverage
terraform/github-actions/Grouping
Minor and patch bumps are collected into one grouped PR per ecosystem, weekly. Major bumps are deliberately left ungrouped so each arrives as its own PR and gets a real review.
Cooldown
New releases are held before Dependabot proposes them, which blunts compromised-release supply-chain attacks where a malicious version is published and yanked within hours.
Only ecosystems Dependabot treats as semver accept graduated holds (3 days patch / 7 minor / 30 major).
docker,docker-compose,github-actions,terraformandpipacceptdefault-daysalone and are rejected outright if given the semver keys, so those entries carry a flat 7-day hold.Security-advisory PRs are driven by Dependabot alerts rather than this schedule, so urgent fixes are not delayed by it.
Heads up: the first run after merge will open a burst of PRs covering accumulated drift. That settles to roughly one PR per ecosystem per week;
open-pull-requests-limit: 10caps it meanwhile.Part of an org-wide pass adding this config to all Equal-Vote repos with a package manifest.
🤖 Generated with Claude Code
https://claude.ai/code/session_01LpZM2dqedR4fXiLn7272XQ