ci: align dependabot config with harness-sdk conventions#57
Open
yonib05 wants to merge 2 commits into
Open
Conversation
Move to the shared scheme: weekly schedule, pattern-based groups for cargo and pip (dependency-type grouping is unsupported for cargo and never matches PEP 621 pip deps, so every bump was opening its own PR), increase-if-necessary for pip/npm, ci(typescript) prefix and typescript label for npm to match the org convention, and ungrouped actions majors so workflow-breaking bumps get individual review.
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.
Description
Shell already had the cooldown scheme; this brings the rest in line with harness-sdk and fixes two silent misconfigurations:
dependency-typegrouping is not supported for the cargo ecosystem, so the development/production groups never matched and every Rust bump opened its own PR (see the recent PR list: all individual). Replaced with a pattern-based minor/patch group; majors stay individual and wait out the 30-day cooldown.pytest/maturin. Now dev tooling groups by pattern and everything else gets a minor/patch group.ci(typescript)prefix andtypescriptlabel (wasci(node)/node; thenodelabel didn't exist in this repo so it was silently dropped). Addedversioning-strategy: increase-if-necessaryfor pip and npm to match harness-sdk; cargo doesn't support the option.Also created the missing
python/typescript/rustlabels in the repo so Dependabot's label config resolves.Related Issues
N/A
Documentation PR
N/A
Type of Change
Other: CI/dependency-management configuration
Testing
YAML validated with a parser; config mirrors the scheme already running in harness-sdk.
cargo fmtandcargo clippy(not applicable)Checklist