Group non-zigpy Dependabot updates into a single PR#811
Open
TheJulianJES wants to merge 1 commit into
Open
Conversation
Bundle all uv-ecosystem version updates into one grouped PR, except the Zigbee radio stack (zigpy*, bellows) and zha-quirks, which stay as individual PRs. Also raise the open-PR limit to 10 to fit the grouped PR alongside the individual radio/quirks PRs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #811 +/- ##
=======================================
Coverage 97.29% 97.29%
=======================================
Files 55 55
Lines 10933 10933
=======================================
Hits 10637 10637
Misses 296 296 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Dependabot configuration to bundle most Python (uv ecosystem) dependency version bumps into a single grouped PR, while keeping Zigbee radio-stack dependencies and zha-quirks as separate PRs, and increases the allowed number of open Dependabot PRs to accommodate the new grouping strategy.
Changes:
- Add a
python-dependenciesDependabot group for theuvecosystem that matches all dependencies. - Exclude
zigpy*,bellows, andzha-quirksfrom the group so they continue to get individual PRs. - Increase
open-pull-requests-limitto 10 for theuvecosystem updates.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bundle all uv-ecosystem version updates into one grouped PR, except the Zigbee radio stack (zigpy*, bellows) and zha-quirks, which stay as individual PRs.
Also raise the open-PR limit to 10 to fit the grouped PR alongside the individual radio/quirks PRs.