Group Dependabot minor/patch updates into weekly PRs - #49
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
|
@coderabbitai review Privacy gate passed for 2d7c137. |
2d7c137 to
f99eb94
Compare
|
@coderabbitai review Privacy gate passed for f99eb94. |
Keep weekly Monday checks for pip and GitHub Actions, but open one grouped PR per ecosystem for routine minor/patch bumps. Major upgrades remain ungrouped so they can be reviewed individually. Co-authored-by: kgrizz-git <kgrizz-git@users.noreply.github.com>
Shallow --depth=1 fetches of main left no merge-base once main advanced past the branch point, crashing the coverage-pr job. Fetch the base branch with full history for diff-cover and the changelog check. Co-authored-by: kgrizz-git <kgrizz-git@users.noreply.github.com>
f99eb94 to
904dafa
Compare
|
@coderabbitai review Privacy gate passed for 904dafa. |
Summary
Update Dependabot so regular (minor/patch) version bumps are grouped into weekly PRs instead of one PR per dependency.
Changes
pipandgithub-actionspython-minor-and-patchgithub-actions-minor-and-patchCI fix
coverage-prfailed withfatal: origin/main...HEAD: no merge baseaftermainadvanced while this PR was open. Root cause:git fetch --depth=1of the PR base leaves a shallow tip with no merge-base oncemainmoves. This branch fetches the base with full history fordiff-coverand the changelog check.Sync
Rebased onto
mainafter #48 merged (CHANGELOG conflict resolved).Docs
CHANGELOG.mdUnreleased notedev-docs/HARNESS_ENGINEERING.mdDependabot + coverage fetch notes