Skip to content

Commit a4a481c

Browse files
authored
docs: skip new major of conventional-changelog dep
1 parent 6ae596a commit a4a481c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
matchFileNames: ['frameworks/slickgrid-react/**', 'frameworks/slickgrid-vue/**', 'demos/react/**', 'demos/vue/**'],
3636
groupName: 'React and VueJS dependencies',
3737
},
38+
{
39+
packageNames: ['conventional-changelog-conventionalcommits'],
40+
allowedVersions: '8.0.0', // v9.0 not yet supported in Lerna-Lite
41+
},
3842
],
3943
ignoreDeps: ['node', 'pnpm'],
4044
schedule: ['every 4 weeks on friday'],

0 commit comments

Comments
 (0)