You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error occurs because you have two update configurations targeting
the same package ecosystem (`npm`) and directory (`/`). GitHub doesn't
allow this direct overlap, even though your intent is to handle major
updates separately from minor/patch updates.
This new configuration:
1. Uses a single update configuration for all npm dependencies
2. Groups minor and patch updates together (with the specified
exclusions)
3. Doesn't group major updates (so they'll each get their own PR)
4. Limits the number of open PRs to 5
5. Applies the "dependencies" label to all dependency PRs
0 commit comments