Skip to content

Commit ee04493

Browse files
committed
Auto merge of #3911 - Turbo87:renovate, r=locks
renovatebot: Enable `rust` manager, but only with dashboard approval After this PR all pending Rust dependency updates should show up on #2689. They won't be opened automatically as PRs, but they should have a checkbox allowing us to half-manually create them. This should give us a better overview of what dependency updates are pending, without hammering CI too much.
2 parents 3d782aa + 9ca8840 commit ee04493

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json .github/renovate.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"reviewersSampleSize": 1
1717
},
1818
"rust": {
19-
"enabled": false
19+
"dependencyDashboardApproval": true
2020
},
2121
"postUpdateOptions": ["yarnDedupeFewer"],
2222
"packageRules": [{
@@ -25,5 +25,9 @@
2525
}, {
2626
"matchPackageNames": ["@percy/cli", "webpack"],
2727
"extends": ["schedule:weekly"]
28+
}, {
29+
"matchLanguages": ["rust"],
30+
"matchUpdateTypes": ["lockFileMaintenance"],
31+
"groupName": " Lock file maintenance (Rust)"
2832
}]
2933
}

0 commit comments

Comments
 (0)