Skip to content

Commit 98ecec0

Browse files
committed
Try out github renovate
Signed-off-by: clux <[email protected]>
1 parent 13fb9e5 commit 98ecec0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/renovate.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18+
- uses: dtolnay/rust-toolchain@stable
1819

1920
- name: Self-hosted Renovate
2021
uses: renovatebot/[email protected]
@@ -25,3 +26,5 @@ jobs:
2526
configurationFile: .renovate.json5
2627
env:
2728
LOG_LEVEL: 'debug'
29+
# hopefully not too late...
30+
- run: cargo fmt

0 commit comments

Comments
 (0)