Skip to content

Commit

Permalink
upgrade and turn off auto upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed Jan 7, 2025
1 parent c0a6df5 commit cdb1f7b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Upgrade trunk
on:
schedule:
- cron: 0 8 * * 1-5
# schedule:
# - cron: 0 8 * * 1-5
workflow_dispatch: {}
permissions: read-all
jobs:
Expand Down
35 changes: 17 additions & 18 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
version: 0.1
cli:
version: 1.22.8
api:
address: api.trunk-staging.io:8443
plugins:
sources:
- id: trunk
ref: v1.6.3
ref: v1.6.6
uri: https://github.com/trunk-io/plugins
runtimes:
enabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
cli:
version: 1.22.6
api:
address: api.trunk-staging.io:8443

- [email protected]
- [email protected]
tools:
enabled:
- gh@2.58.0
- gh@2.65.0
runtimes:
- rust
lint:
Expand Down Expand Up @@ -53,21 +52,21 @@ lint:
- tests/**

enabled:
- [email protected].0
- [email protected].2
- [email protected]
- [email protected]
- trunk-toolbox@0.3.2
- [email protected].238
- trufflehog@3.81.9
- [email protected].2
- trunk-toolbox@0.5.4
- [email protected].347
- trufflehog@3.88.1
- [email protected].3
- [email protected]
- git-diff-check
- [email protected]
- [email protected].3
- [email protected].6
- [email protected]
- gitleaks@8.20.1
- markdownlint@0.42.0
- prettier@3.3.3
- gitleaks@8.22.1
- markdownlint@0.43.0
- prettier@3.4.2
- [email protected]
actions:
enabled:
Expand Down

0 comments on commit cdb1f7b

Please sign in to comment.