File tree Expand file tree Collapse file tree 9 files changed +37
-32
lines changed
Expand file tree Collapse file tree 9 files changed +37
-32
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ updates:
1414 day : " friday"
1515 time : " 19:00"
1616 timezone : " America/Chicago"
17+ cooldown :
18+ default-days : 7
1719
1820 - package-ecosystem : " github-actions"
1921 directory : " /"
@@ -28,13 +30,17 @@ updates:
2830 day : " friday"
2931 time : " 19:00"
3032 timezone : " America/Chicago"
33+ cooldown :
34+ default-days : 7
3135
3236 - package-ecosystem : " docker"
3337 directory : " /"
3438 schedule :
3539 interval : " daily"
3640 time : " 13:00"
3741 timezone : " America/Chicago"
42+ cooldown :
43+ default-days : 7
3844
3945 - package-ecosystem : " npm"
4046 directory : " /"
@@ -49,3 +55,5 @@ updates:
4955 day : " friday"
5056 time : " 19:00"
5157 timezone : " America/Chicago"
58+ cooldown :
59+ default-days : 7
Original file line number Diff line number Diff line change 88 # Allow manual triggering
99 workflow_dispatch :
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 build-and-push :
1316 runs-on : ubuntu-latest
1417 steps :
1518 - name : Checkout repository
16- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
19+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+ with :
21+ persist-credentials : false
1722
1823 - name : Set up Docker Buildx
1924 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ permissions:
1717
1818jobs :
1919 precommit-reusable :
20- uses : esacteksab/.github/.github/workflows/pre-commit.yml@390e5fb886c6fac8e275fb1ed5c6b4124cb48b32 # v0.70.1
20+ uses : esacteksab/.github/.github/workflows/pre-commit.yml@eb585e0fbc1ff2d4923c5d4ca35de0241fc497fb # v0.70.4
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ concurrency:
1616
1717jobs :
1818 typos-reusable :
19- uses : esacteksab/.github/.github/workflows/spelling.yml@390e5fb886c6fac8e275fb1ed5c6b4124cb48b32 # v0.70.1
19+ uses : esacteksab/.github/.github/workflows/spelling.yml@eb585e0fbc1ff2d4923c5d4ca35de0241fc497fb # v0.70.4
Original file line number Diff line number Diff line change 1111[tools ]
1212 golang = " 1.25.5"
1313 nodejs = " 22.15.1"
14- pnpm = " 10.19 .0"
14+ pnpm = " 10.24 .0"
1515 python = " 3.12.10"
1616 uv = " latest"
Original file line number Diff line number Diff line change 2323 name : " Check Merge Conflicts"
2424
2525 - repo : https://github.com/gitleaks/gitleaks
26- rev : v8.28 .0
26+ rev : v8.30 .0
2727 hooks :
2828 - id : gitleaks
2929 name : " Git Leaks"
3535 name : " Keep Sorted"
3636
3737 - repo : https://github.com/python-jsonschema/check-jsonschema
38- rev : 0.34.1
38+ rev : 0.35.0
3939 hooks :
4040 - id : check-github-workflows
4141 - id : check-dependabot
9090 - mdformat-footnote
9191
9292 - repo : https://github.com/crate-ci/typos
93- rev : v1.38.1
93+ rev : v1.40.0
9494 hooks :
9595 - id : typos
9696 args : [--force-exclude]
@@ -103,7 +103,7 @@ repos:
103103 name : " Shell Check"
104104
105105 - repo : https://github.com/DavidAnson/markdownlint-cli2
106- rev : v0.18 .1
106+ rev : v0.19 .1
107107 hooks :
108108 - id : markdownlint-cli2
109109 name : " Markdown Lint"
Original file line number Diff line number Diff line change 11{
22 "devDependencies" : {
33 "npm" : " ^11.6.4" ,
4- "prettier" : " ^3.7.2 " ,
4+ "prettier" : " ^3.7.4 " ,
55 "prettier-plugin-pkg" : " ^0.21.2" ,
66 "prettier-plugin-sh" : " ^0.18.0" ,
77 "prettier-plugin-toml" : " ^2.0.6"
88 },
9- "packageManager" : " pnpm@10.19 .0"
9+ "packageManager" : " pnpm@10.24 .0"
1010}
Original file line number Diff line number Diff line change 1- cfgv == 3.5.0
2- distlib == 0.4.0
3- filelock == 3.20.0
4- identify == 2.6.15
5- nodeenv == 1.9.1
6- platformdirs == 4.5.0
71pre-commit == 4.5.0
8- pyyaml == 6.0.3
9- virtualenv == 20.35.4
You can’t perform that action at this time.
0 commit comments