Skip to content

chore: group dependabot PRs into weekly updates#12

Merged
abueide merged 1 commit intomainfrom
chore/group-dependabot-prs
Apr 15, 2026
Merged

chore: group dependabot PRs into weekly updates#12
abueide merged 1 commit intomainfrom
chore/group-dependabot-prs

Conversation

@abueide
Copy link
Copy Markdown
Contributor

@abueide abueide commented Apr 15, 2026

Summary

Configure dependabot to group GitHub Actions updates into a single weekly PR instead of creating individual PRs for each action update.

Changes

  • Add groups configuration to dependabot.yml
  • Group all GitHub Actions updates under github-actions group

Why

Reduces PR noise - instead of getting 5-10 individual PRs for action updates, you'll get one consolidated PR per week.

Before

  • Multiple individual PRs for each action update (e.g., actions/checkout@v3v4, actions/setup-node@v3v4)

After

  • One grouped PR titled "Bump the github-actions group with X updates"
  • All action updates in a single reviewable PR

🤖 Generated with Claude Code

- Add grouping for GitHub Actions updates
- Consolidates multiple action updates into single PR
- Reduces PR noise from individual updates

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@abueide abueide marked this pull request as ready for review April 15, 2026 19:28
@abueide abueide merged commit f8f1999 into main Apr 15, 2026
13 of 14 checks passed
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.

1 participant