mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
chore: Automate updating of MSRV
This commit is contained in:
parent
7a65c826a0
commit
87b6e0e684
26
.github/renovate.json5
vendored
26
.github/renovate.json5
vendored
@ -8,7 +8,33 @@
|
|||||||
ignorePaths: [
|
ignorePaths: [
|
||||||
"**/tests/**",
|
"**/tests/**",
|
||||||
],
|
],
|
||||||
|
regexManagers: [
|
||||||
|
{
|
||||||
|
customType: 'regex',
|
||||||
|
fileMatch: [
|
||||||
|
'^Cargo.toml$',
|
||||||
|
],
|
||||||
|
matchStrings: [
|
||||||
|
'rust-version.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
|
||||||
|
],
|
||||||
|
depNameTemplate: 'latest-msrv',
|
||||||
|
packageNameTemplate: 'rust-lang/rust',
|
||||||
|
datasourceTemplate: 'github-releases',
|
||||||
|
},
|
||||||
|
],
|
||||||
packageRules: [
|
packageRules: [
|
||||||
|
{
|
||||||
|
commitMessageTopic: 'Latest MSRV',
|
||||||
|
matchManagers: [
|
||||||
|
'regex',
|
||||||
|
],
|
||||||
|
matchPackageNames: [
|
||||||
|
'latest-msrv',
|
||||||
|
],
|
||||||
|
schedule: [
|
||||||
|
'* * * * *',
|
||||||
|
],
|
||||||
|
},
|
||||||
// Goals:
|
// Goals:
|
||||||
// - Rollup safe upgrades to reduce CI runner load
|
// - Rollup safe upgrades to reduce CI runner load
|
||||||
// - Have lockfile and manifest in-sync (implicit rules)
|
// - Have lockfile and manifest in-sync (implicit rules)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user