diff --git a/package.json b/package.json index 00673887..752ad794 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "autoprefixer": "10.4.20", "babel-jest": "29.7.0", "clean-css-cli": "5.6.3", - "conventional-changelog-cli": "5.0.0", + "conventional-changelog-cli": "3.0.0", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-jest": "28.10.0", diff --git a/renovate.json b/renovate.json index 23a5e3eb..c6a9b663 100644 --- a/renovate.json +++ b/renovate.json @@ -46,6 +46,13 @@ "matchManagers": ["npm"], "matchPackageNames": ["eslint"], "allowedVersions": "^8" + }, + { + "groupName": "Lock conventional-changelog-cli on ^3", + "description": "Lock conventional-changelog-cli on ^3, because v4 is not compatible with @lmc-eu/conventional-changelog-lmc-github", + "matchManagers": ["npm"], + "matchPackageNames": ["conventional-changelog-cli"], + "allowedVersions": "^3" } ] }