ci: align dependabot config with harness-sdk conventions - #538
Merged
Conversation
Adopt the shared scheme: weekly schedule with cooldown windows (30-day hold on majors), increase-if-necessary versioning strategy, pattern-based dev-tooling and minor/patch groups so low-risk bumps batch into single PRs while majors arrive individually, scoped ci(python) commit prefix, and dependencies/python labels.
yonib05
enabled auto-merge (squash)
July 31, 2026 18:21
mehtarac
approved these changes
Jul 31, 2026
This was referenced Aug 3, 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.
Description
Aligns the Dependabot config with the conventions established in harness-sdk:
versioning-strategy: increase-if-necessary(previously unset here, unlike evals/harness-sdk) so a major bumps the constraint floor and CI actually resolves and tests the new major instead of only widening the upper bound.dependency-typegrouping never matches for pip.ci(python)anddependencies/pythonlabels, matching harness-sdk.ciprefix and gain the same cooldown.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 and shell.
hatch run prepare(not applicable, config-only change)Checklist