Skip to content

Commit d4efc51

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
matchFileNames: ['frameworks/angular-slickgrid/**', 'demos/angular/**'],
2121
groupName: 'Angular dependencies',
2222
ignoreDeps: ['typescript'],
23-
updateTypes: ['patch', 'minor'],
23+
rangeStrategy: 'minor',
2424
},
2525
{
2626
description: 'Group all Aurelia dependencies',

0 commit comments

Comments
 (0)