chore: apply template copier-ssf-ci at v1.7.0

This commit is contained in:
Dafydd Jones
2025-06-09 13:29:56 +01:00
parent 0a410abb52
commit cd767153ab
3 changed files with 10 additions and 1 deletions
+2
View File
@@ -6,7 +6,9 @@ module.exports = {
'header-max-length': [2, 'always', 72],
},
ignores: [
(commit) => commit.startsWith("chore(copier):"),
(commit) => commit.startsWith("chore(deps):"),
(commit) => commit.startsWith("ci(pre-commit.ci):"),
(commit) => commit.startsWith("[CI merge]")
],
};