Skip to content

Commit

Permalink
Auto merge of #3911 - Turbo87:renovate, r=locks
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Sep 13, 2021
2 parents 3d782aa + 9ca8840 commit ee04493
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json → .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"reviewersSampleSize": 1
},
"rust": {
"enabled": false
"dependencyDashboardApproval": true
},
"postUpdateOptions": ["yarnDedupeFewer"],
"packageRules": [{
Expand All @@ -25,5 +25,9 @@
}, {
"matchPackageNames": ["@percy/cli", "webpack"],
"extends": ["schedule:weekly"]
}, {
"matchLanguages": ["rust"],
"matchUpdateTypes": ["lockFileMaintenance"],
"groupName": " Lock file maintenance (Rust)"
}]
}

0 comments on commit ee04493

Please sign in to comment.