Skip to content

Commit dde8b27

Browse files
chore(deps): update dependency https://github.com/dafyddj/copier-ssf-ci to v2
1 parent f5d2d7e commit dde8b27

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.copier-answers.ssf-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v1.6.3
2+
_commit: v2.0.0
33
_src_path: https://github.com/dafyddj/copier-ssf-ci
4-
failure_permitted_pattern: "(?x)(\n -master$|\n ^fedora-41-|\n ^amazonlinux-2-\n\
5-
)"
4+
failure_permitted_ignored: []
5+
failure_permitted_patterns: []
66
formula_name: postfix
77
renovate_extend_presets:
88
- github>saltstack-formulas/.github

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ ci:
1717
submodules: false
1818
default_stages: [pre-commit]
1919
repos:
20+
- repo: https://github.com/pre-commit/pre-commit-hooks
21+
rev: v5.0.0
22+
hooks:
23+
- id: check-merge-conflict
24+
name: Check for Git merge conflicts
25+
args: [--assume-in-merge]
26+
exclude: ^docs/AUTHORS.rst$
2027
- repo: https://github.com/dafyddj/mirrors-commitlint
2128
rev: v19.8.1
2229
hooks:

commitlint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ module.exports = {
66
'header-max-length': [2, 'always', 72],
77
},
88
ignores: [
9+
(commit) => commit.startsWith("chore(copier):"),
910
(commit) => commit.startsWith("chore(deps):"),
11+
(commit) => commit.startsWith("ci(pre-commit.ci):"),
1012
(commit) => commit.startsWith("[CI merge]")
1113
],
1214
};

0 commit comments

Comments
 (0)