Skip to content

Commit f5c3b1e

Browse files
authored
chore: general housekeeping 2025-12-05 (#81)
1 parent 29614b2 commit f5c3b1e

File tree

9 files changed

+37
-32
lines changed

9 files changed

+37
-32
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ on:
88
# Allow manual triggering
99
workflow_dispatch:
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
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

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ permissions:
1717

1818
jobs:
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

.github/workflows/spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ concurrency:
1616

1717
jobs:
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

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
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"

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
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"
@@ -35,7 +35,7 @@ repos:
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
@@ -90,7 +90,7 @@ repos:
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"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
}

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
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
71
pre-commit==4.5.0
8-
pyyaml==6.0.3
9-
virtualenv==20.35.4

0 commit comments

Comments
 (0)