Skip to content

Group Dependabot version updates into a single weekly PR per ecosystem - #2350

Merged
ndgrigorian merged 1 commit into
masterfrom
backport-dependabot-grouping
Aug 4, 2026
Merged

Group Dependabot version updates into a single weekly PR per ecosystem#2350
ndgrigorian merged 1 commit into
masterfrom
backport-dependabot-grouping

Conversation

@antonwolfy

Copy link
Copy Markdown
Collaborator

This PR extends the Dependabot configuration so pre-commit hook updates are tracked and bumped automatically, and consolidates version bumps into a single weekly PR per ecosystem instead of one PR per bump.

Previously only the github-actions ecosystem was covered, and each bump landed in its own PR.

Changes

  • github-actions — adds a groups block with patterns: ["*"] so all action bumps are consolidated into a single weekly PR, applies the autoupdate label, and schedules the weekly run for Saturday.
  • pre-commit (/) — new ecosystem entry that updates hook versions in .pre-commit-config.yaml, grouped into a single weekly PR, labeled, and scheduled for Saturday.

Also deletes .github/workflows/pre-commit-autoupdate.yml. Its flow is now handled by the pre-commit Dependabot entry.

Adds a "groups" block with patterns ["*"] to the github-actions
ecosystem so all bumps land in one weekly PR, applies the "autoupdate"
label, and schedules the weekly run for Saturday.

Also adds a pre-commit Dependabot ecosystem entry (grouped, labeled,
scheduled for Saturday) and deletes the now-redundant
.github/workflows/pre-commit-autoupdate.yml, whose flow is now handled
by Dependabot.
@antonwolfy antonwolfy self-assigned this Aug 4, 2026
@antonwolfy
antonwolfy marked this pull request as ready for review August 4, 2026 11:34
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞

@coveralls

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 74.579%. remained the same — backport-dependabot-grouping into master

@ndgrigorian
ndgrigorian merged commit fade89b into master Aug 4, 2026
97 of 101 checks passed
@ndgrigorian
ndgrigorian deleted the backport-dependabot-grouping branch August 4, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants