Skip to content

Commit 2a4fc5f

Browse files
authored
build: improve commitlint ignore regex for dependabot (#499)
Signed-off-by: Niels Pardon <par@zurich.ibm.com>
1 parent ff501a2 commit 2a4fc5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.commitlintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ module.exports = {
124124
}
125125
},
126126
// Workaround for https://github.com/dependabot/dependabot-core/issues/5923
127-
"ignores": [(message) => /^build\(deps\): bump .+ from .+ to .+$/m.test(message)]
127+
"ignores": [(message) => /^build\(deps\): bump .+ from .+ to .+$/s.test(message)]
128128
}

0 commit comments

Comments
 (0)