Skip to content

Commit fd76d44

Browse files
committed
Auto merge of #4002 - Turbo87:renovate-rust-pin, r=locks
renovate: Disable dependency version pinning for Rust dependencies This matches what we're currently doing manually. Using version pinning is a bigger discussion that should not block our usage of renovatebot.
2 parents e199720 + cfa4859 commit fd76d44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"reviewersSampleSize": 1
1717
},
1818
"rust": {
19-
"dependencyDashboardApproval": true
19+
"dependencyDashboardApproval": true,
20+
"rangeStrategy": "bump"
2021
},
2122
"postUpdateOptions": ["yarnDedupeFewer"],
2223
"packageRules": [{

0 commit comments

Comments
 (0)