Group Dependabot version updates into a single weekly PR per ecosystem - #231
Open
antonwolfy wants to merge 1 commit into
Open
Group Dependabot version updates into a single weekly PR per ecosystem#231antonwolfy wants to merge 1 commit into
antonwolfy wants to merge 1 commit into
Conversation
Backports IntelPython/dpnp#2983 (conda/pip parts excluded as mkl-service has no environments/ directory). Adds a "groups" block with patterns ["*"] to the github-actions ecosystem so all bumps land in one weekly PR, and applies the "autoupdate" label. Also adds a pre-commit Dependabot ecosystem entry (grouped, labeled) and deletes the now-redundant .github/workflows/pre-commit-autoupdate.yml, whose flow is now handled by Dependabot. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
antonwolfy
marked this pull request as ready for review
August 1, 2026 14:19
antonwolfy
requested review from
jharlow-intel,
ndgrigorian,
vlad-perevezentsev and
xaleryb
as code owners
August 1, 2026 14:19
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.
This PR extends the Dependabot configuration so the pinned dependency versions used across CI are tracked and bumped automatically, and consolidates pre-commit hook updates into Dependabot instead of a dedicated workflow.
Previously only the
github-actionsecosystem was covered, and each bump landed in its own PR.Changes
github-actions— adds agroupsblock withpatterns: ["*"]so all action bumps are consolidated into a single weekly PR, and applies theautoupdatelabel.pre-commit(/) — new ecosystem entry that updates hook versions in.pre-commit-config.yaml, grouped into a single weekly PR and labeled.Also deletes
.github/workflows/pre-commit-autoupdate.yml. Its flow is now handled by thepre-commitDependabot entry.