Skip to content

Conversation

@ryoppippi
Copy link
Member

@ryoppippi ryoppippi commented Jan 22, 2026

Summary

  • Consolidate dev-dependencies and ai-frameworks groups into a single python-minor-patch group
  • Use wildcard pattern * to capture all Python packages
  • Reduces PR noise by bundling all minor and patch updates together

Test plan

  • Verify next Dependabot run creates grouped PRs for Python minor/patch updates

Summary by cubic

Consolidated Dependabot groups into a single python-minor-patch group to bundle all Python minor and patch updates into one PR. Uses a wildcard pattern to capture every Python package and reduce PR noise.

  • Dependencies
    • Combined dev-dependencies and ai-frameworks into python-minor-patch with pattern "*" and update-types: minor, patch.

Written for commit bc3b46f. Summary will update on new commits.

Consolidate dev-dependencies and ai-frameworks groups into a single
python-minor-patch group using wildcard pattern to capture all packages.
This reduces PR noise by bundling all minor and patch updates together.
Copilot AI review requested due to automatic review settings January 22, 2026 10:43
Copy link
Contributor

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 consolidates Dependabot's Python dependency grouping strategy by replacing two specific package groups with a single comprehensive group for all minor and patch updates.

Changes:

  • Merged dev-dependencies and ai-frameworks groups into a single python-minor-patch group
  • Replaced specific package patterns with a wildcard pattern to capture all Python packages
  • Maintained the same update types (minor and patch) for the consolidated group

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

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@ryoppippi ryoppippi changed the title chore(deps): group all Python minor/patch updates into single PR chore(deps): group all Python minor/patch updates into single PR [ENG-11910] Jan 22, 2026
@ryoppippi ryoppippi merged commit df2c252 into main Jan 22, 2026
21 checks passed
@ryoppippi ryoppippi deleted the chore/dependabot-group-python branch January 22, 2026 10:45
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