We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af69618 commit 7d886fbCopy full SHA for 7d886fb
.github/renovate.json
@@ -1,9 +1,6 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>Boshen/renovate"],
4
- "lockFileMaintenance": {
5
- "enabled": true
6
- },
7
"packageRules": [
8
9
"groupName": "oxc",
.github/workflows/benchmark.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
29
30
- - uses: Boshen/setup-rust@main
+ - uses: oxc-project/setup-rust@v1
31
with:
32
save-cache: ${{ github.ref_name == 'main' }}
33
tools: cargo-codspeed
0 commit comments