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

This commit is contained in:
Dafydd Jones
2025-06-08 17:05:19 +01:00
parent 83962eb3b4
commit c9199b90e4
14 changed files with 922 additions and 681 deletions
+4
View File
@@ -5,4 +5,8 @@ module.exports = {
'footer-max-line-length': [2, 'always', 120],
'header-max-length': [2, 'always', 72],
},
ignores: [
(commit) => commit.startsWith("chore(deps):"),
(commit) => commit.startsWith("[CI merge]")
],
};