Skip to content

Commit 2f14e2b

Browse files
chris3waregithub-actions[bot]
authored andcommitted
ci(trunk): Upgrade trunk to 1.24.0
1 parent 3d024cb commit 2f14e2b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.trunk/trunk.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
33
version: 0.1
44
cli:
5-
version: 1.22.9
5+
version: 1.24.0
66
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.6.7
10+
ref: v1.7.0
1111
uri: https://github.com/trunk-io/plugins
1212
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1313
runtimes:
1414
enabled:
15-
- node@18.20.5
15+
- node@22.16.0
1616
1717
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
1818
lint:
1919
enabled:
20-
- renovate@39.169.3
20+
- renovate@40.37.1
2121
22-
22+
2323
- git-diff-check
24-
- markdownlint@0.44.0
25-
- prettier@3.4.2
26-
- trivy@0.59.0
27-
28-
- yamllint@1.35.1
24+
- markdownlint@0.45.0
25+
- prettier@3.5.3
26+
- trivy@0.63.0
27+
28+
- yamllint@1.37.1
2929
ignore:
3030
#* Prevent checking CHANGELOG.md files generated by semantic-release
3131
- linters: [prettier, markdownlint]

0 commit comments

Comments
 (0)