Skip to content

Commit 822d1b2

Browse files
committed
Changes to be committed:
modified: .github/dependabot.yml modified: .trunk/trunk.yaml modified: themes/github-style
1 parent f1f4e61 commit 822d1b2

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: "weekly"
11+
- package-ecosystem: "docker"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"

.trunk/trunk.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: 0.1
22
cli:
3-
version: 1.22.2
3+
version: 1.22.11
44
plugins:
55
sources:
66
- id: trunk
7-
ref: v1.6.0
7+
ref: v1.6.7
88
uri: https://github.com/trunk-io/plugins
99
lint:
1010
disabled:
@@ -13,16 +13,16 @@ lint:
1313
- checkov
1414
- yamllint
1515
enabled:
16-
- actionlint@1.7.1
16+
- actionlint@1.7.7
1717
- git-diff-check
18-
- gitleaks@8.18.4
19-
- markdownlint@0.41.0
20-
- oxipng@9.1.1
21-
- prettier@3.3.2
18+
- gitleaks@8.24.0
19+
- markdownlint@0.44.0
20+
- oxipng@9.1.4
21+
- prettier@3.5.3
2222
- shellcheck@0.10.0
2323
- shfmt@3.6.0
2424
- svgo@3.3.2
25-
- taplo@0.8.1
25+
- taplo@0.9.3
2626
ignore:
2727
- linters: [ALL]
2828
paths:
@@ -40,7 +40,7 @@ lint:
4040
runtimes:
4141
enabled:
4242
- go@1.21.0
43-
- node@18.12.1
43+
- node@18.20.5
4444
- python@3.10.8
4545
actions:
4646
enabled:

0 commit comments

Comments
 (0)