diff --git a/.commitlintrc.js b/.commitlintrc.js index f27b44092..4c0d5939a 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -124,5 +124,5 @@ module.exports = { } }, // Workaround for https://github.com/dependabot/dependabot-core/issues/5923 - "ignores": [(message) => /^build(deps): bump \[.+]\(.+\) from .+ to .+\.$/m.test(message)] + "ignores": [(message) => /^build\(deps\): bump .+ from .+ to .+$/m.test(message)] }