Skip to content

Commit 404ccec

Browse files
chore(deps): update dependency https://github.com/dafyddj/copier-ssf-ci to v1.1.7
1 parent 97d74a3 commit 404ccec

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.copier-answers.ssf-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v1.1.6
2+
_commit: v1.1.7
33
_src_path: https://github.com/dafyddj/copier-ssf-ci
44
formula_name: vault

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
stages: [commit-msg]
2727
additional_dependencies: ['@commitlint/[email protected]']
2828
- repo: https://github.com/rubocop-hq/rubocop
29-
rev: v1.57.0
29+
rev: v1.75.5
3030
hooks:
3131
- id: rubocop
3232
name: Check Ruby files with rubocop
@@ -39,7 +39,7 @@ repos:
3939
files: ^.*\.(sh|bash|ksh)$
4040
types: []
4141
- repo: https://github.com/adrienverge/yamllint
42-
rev: v1.32.0
42+
rev: v1.37.1
4343
hooks:
4444
- id: yamllint
4545
name: Check YAML syntax with yamllint
@@ -75,15 +75,15 @@ repos:
7575
- id: salt-lint
7676
name: Check Salt files using salt-lint
7777
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
78-
- repo: https://github.com/myint/rstcheck
79-
rev: v6.2.0
78+
- repo: https://github.com/rstcheck/rstcheck
79+
rev: v6.2.4
8080
hooks:
8181
- id: rstcheck
8282
name: Check reST files using rstcheck
8383
exclude: 'docs/CHANGELOG.rst'
8484
additional_dependencies: [sphinx==7.2.6]
8585
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
86-
rev: v1.3.2
86+
rev: v1.4.0
8787
hooks:
8888
- id: rst-lint
8989
name: Check reST files using rst-lint
@@ -96,7 +96,7 @@ repos:
9696
)$
9797
additional_dependencies: [pygments==2.16.1]
9898
- repo: https://github.com/renovatebot/pre-commit-hooks
99-
rev: 40.5.0
99+
rev: 40.10.4
100100
hooks:
101101
- id: renovate-config-validator
102102
name: Check Renovate config with renovate-config-validator

0 commit comments

Comments
 (0)