Skip to content

Modify Dependabot with GH Actions grouping#857

Merged
Borda merged 2 commits intomainfrom
ci/dependabot
Jan 5, 2026
Merged

Modify Dependabot with GH Actions grouping#857
Borda merged 2 commits intomainfrom
ci/dependabot

Conversation

@Borda
Copy link
Member

@Borda Borda commented Jan 4, 2026

What does this PR do?

This pull request updates the Dependabot configuration to manage pull requests for GitHub Actions and pip dependencies more efficiently. The main changes involve grouping, limiting, and reviewer settings for automated dependency updates.

Dependabot configuration changes:

  • Added a groups section for GitHub Actions updates, grouping all related dependencies under github-actions using pattern matching.
  • Reduced the maximum number of open pull requests for GitHub Actions from 5 to 1 to minimize noise and simplify review.
  • Removed the reviewers field for both GitHub Actions and pip dependencies, so automatic assignment of reviewers is no longer configured. [1] [2]

Updated Dependabot configuration to allow only 1 open pull request for GitHub Actions and removed specific reviewers.
Copilot AI review requested due to automatic review settings January 4, 2026 14:26
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR modernizes the Dependabot configuration to reduce maintenance overhead by implementing dependency grouping for GitHub Actions and removing manual reviewer assignments. The changes will result in fewer, more consolidated pull requests for GitHub Actions updates.

  • Added grouping configuration for GitHub Actions to consolidate all action updates into single PRs
  • Reduced the open pull request limit for GitHub Actions from 5 to 1, complementing the grouping strategy
  • Removed manual reviewer assignments (borda for GitHub Actions, willingc for pip) from both package ecosystems

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rgbkrk
Copy link
Member

rgbkrk commented Jan 5, 2026

Since I merged your other PR, I think you'll want to rebase this one and let CI have at it again.

@Borda Borda enabled auto-merge (squash) January 5, 2026 18:36
@Borda Borda merged commit 8351218 into main Jan 5, 2026
11 checks passed
@Borda Borda deleted the ci/dependabot branch January 5, 2026 18:38
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