Skip to content

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

Merged
antonwolfy merged 1 commit into
masterfrom
group-dependabot-updates
Aug 4, 2026
Merged

Group Dependabot version updates into a single weekly PR per ecosystem#360
antonwolfy merged 1 commit into
masterfrom
group-dependabot-updates

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 added a commit that referenced this pull request Aug 4, 2026
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@antonwolfy antonwolfy self-assigned this Aug 4, 2026
@antonwolfy antonwolfy added this to the 2.4.0 release milestone Aug 4, 2026
@antonwolfy
antonwolfy force-pushed the group-dependabot-updates branch from 2df14e8 to 51f5b2b Compare August 4, 2026 09:18
@antonwolfy
antonwolfy marked this pull request as ready for review August 4, 2026 09:18

@vlad-perevezentsev vlad-perevezentsev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thank you @antonwolfy

@antonwolfy
antonwolfy merged commit cf77ac4 into master Aug 4, 2026
122 checks passed
@antonwolfy
antonwolfy deleted the group-dependabot-updates branch August 4, 2026 09:40
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