Skip to content

Commit 92c9445

Browse files
authored
chore: ignore major version in Renovate config for Angular group
1 parent d4efc51 commit 92c9445

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/renovate.json5

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
matchFileNames: ['frameworks/angular-slickgrid/**', 'demos/angular/**'],
2121
groupName: 'Angular dependencies',
2222
ignoreDeps: ['typescript'],
23-
rangeStrategy: 'minor',
23+
major: {
24+
enabled: false,
25+
},
2426
},
2527
{
2628
description: 'Group all Aurelia dependencies',

0 commit comments

Comments
 (0)