Skip to content

Commit 932748c

Browse files
committed
fix: Remove grouping from Renovate to create individual PRs per image update
- Removed the groupName configuration that was merging all updates - Each MCP server image update will now get its own PR - Makes it much easier to track which server is being updated - Maintains automerge for patch updates
1 parent b71dfd6 commit 932748c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

renovate.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
}
1818
],
1919
"packageRules": [
20-
{
21-
"description": "Group all registry image updates",
22-
"matchPaths": ["registry/**"],
23-
"groupName": "registry-images",
24-
"groupSlug": "registry-images"
25-
},
2620
{
2721
"description": "Automerge patch updates for registry images",
2822
"matchPaths": ["registry/**"],

0 commit comments

Comments
 (0)