We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff501a2 commit 2a4fc5fCopy full SHA for 2a4fc5f
1 file changed
.commitlintrc.js
@@ -124,5 +124,5 @@ module.exports = {
124
}
125
},
126
// Workaround for https://github.com/dependabot/dependabot-core/issues/5923
127
- "ignores": [(message) => /^build\(deps\): bump .+ from .+ to .+$/m.test(message)]
+ "ignores": [(message) => /^build\(deps\): bump .+ from .+ to .+$/s.test(message)]
128
0 commit comments