Skip to content

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

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

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

Conversation

@antonwolfy

@antonwolfy antonwolfy commented Aug 4, 2026

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, and applies the autoupdate label.
  • 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 the pre-commit Dependabot entry.

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 antonwolfy added this to the 1.5.0 release milestone Aug 4, 2026
@antonwolfy antonwolfy self-assigned this Aug 4, 2026
@antonwolfy
antonwolfy marked this pull request as ready for review August 4, 2026 09:44
@antonwolfy
antonwolfy merged commit 86d0a4a into master Aug 4, 2026
107 checks passed
@antonwolfy
antonwolfy deleted the backport/dependabot-grouping branch August 4, 2026 13:11
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.

2 participants