Skip to content

Commit 9ce83c9

Browse files
committed
internal: Group major upgrades of node types and node itself
1 parent 465cb12 commit 9ce83c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,12 @@
171171
"matchUpdateTypes": ["major", "minor", "patch"],
172172
"groupSlug": "react-navigation-monorepo",
173173
"groupName": "react-navigation monorepo"
174+
},
175+
{
176+
"matchPackageNames": ["node", "@types/node"],
177+
"matchUpdateTypes": ["major"],
178+
"groupName": "node",
179+
"groupSlug": "node"
174180
}
175181
]
176182
}

0 commit comments

Comments
 (0)