All the renovate PRs are failing because of the commit message scope. In our commit lint config we don't allow the deps scope so, all the commit messages are failing.
Renovate can create a PR and it will pass any commit checks.
Renovate CI is failing with the following message.
chore(deps): update dependency typescript to v5.4.5
✖ scope must be one of [core, changelog, commitgen, commitlint, release, release-semver, release-calver, git-hooks, release]
› Error: Commitlint failed with errors
› Code: 2
Description
All the renovate PRs are failing because of the commit message scope. In our commit lint config we don't allow the
depsscope so, all the commit messages are failing.Expected Behaviour
Renovate can create a PR and it will pass any commit checks.
Actual Behaviour
Renovate CI is failing with the following message.