File tree Expand file tree Collapse file tree 2 files changed +21
-14
lines changed Expand file tree Collapse file tree 2 files changed +21
-14
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,21 @@ updates:
66 interval : daily
77 time : " 02:00"
88 open-pull-requests-limit : 10
9+ cooldown :
10+ default-days : 7
911 - package-ecosystem : github-actions
1012 directory : " /"
1113 schedule :
1214 interval : daily
1315 time : " 02:00"
1416 open-pull-requests-limit : 10
17+ cooldown :
18+ default-days : 7
1519 - package-ecosystem : docker
1620 directory : " /"
1721 schedule :
1822 interval : daily
1923 time : " 02:00"
2024 open-pull-requests-limit : 10
25+ cooldown :
26+ default-days : 7
Original file line number Diff line number Diff line change 11repos :
2- - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v6.0.0
4- hooks :
5- - id : trailing-whitespace
6- - id : end-of-file-fixer
7- - id : check-yaml
8- - id : check-toml
9- - id : check-xml
10- - id : check-merge-conflict
11- - id : check-symlinks
12- - id : check-illegal-windows-names
13- - id : mixed-line-ending
14- args : ["--fix=lf"]
15- - id : check-case-conflict
162 - repo : https://github.com/python-jsonschema/check-jsonschema
173 rev : 0.34.1
184 hooks :
3319 args :
3420 - " --config=.github/zizmor.yml"
3521 - " --no-progress"
22+ - " --fix"
3623 - repo : https://github.com/shellcheck-py/shellcheck-py
3724 rev : v0.11.0.1
3825 hooks :
@@ -44,6 +31,20 @@ repos:
4431 - id : ruff
4532 args : ["--exit-non-zero-on-fix"]
4633 - id : ruff-format
34+ - repo : https://github.com/pre-commit/pre-commit-hooks
35+ rev : v6.0.0
36+ hooks :
37+ - id : trailing-whitespace
38+ - id : end-of-file-fixer
39+ - id : check-yaml
40+ - id : check-toml
41+ - id : check-xml
42+ - id : check-merge-conflict
43+ - id : check-symlinks
44+ - id : check-illegal-windows-names
45+ - id : mixed-line-ending
46+ args : ["--fix=lf"]
47+ - id : check-case-conflict
4748
4849 # Should be the last:
4950 - repo : meta
You can’t perform that action at this time.
0 commit comments