Skip to content

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

Merged
antonwolfy merged 2 commits into
mainfrom
group-dependabot-updates
Aug 4, 2026
Merged

Group Dependabot version updates into a single weekly PR per ecosystem#249
antonwolfy merged 2 commits into
mainfrom
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, 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, 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>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@antonwolfy
antonwolfy merged commit be82121 into main Aug 4, 2026
117 of 118 checks passed
@antonwolfy
antonwolfy deleted the group-dependabot-updates 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