mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
chore(config): migrate config .github/renovate.json5
This commit is contained in:
parent
74c051fd83
commit
19704b9496
12
.github/renovate.json5
vendored
12
.github/renovate.json5
vendored
@ -11,8 +11,8 @@
|
||||
customManagers: [
|
||||
{
|
||||
customType: 'regex',
|
||||
fileMatch: [
|
||||
'Cargo.toml$',
|
||||
managerFilePatterns: [
|
||||
'/Cargo.toml$/',
|
||||
],
|
||||
matchStrings: [
|
||||
'\\bMSRV:1\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
|
||||
@ -24,8 +24,8 @@
|
||||
},
|
||||
{
|
||||
customType: 'regex',
|
||||
fileMatch: [
|
||||
'Cargo.toml$',
|
||||
managerFilePatterns: [
|
||||
'/Cargo.toml$/',
|
||||
],
|
||||
matchStrings: [
|
||||
'\\bMSRV:3\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
|
||||
@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
customType: 'regex',
|
||||
fileMatch: [
|
||||
'^.github.workflows.main.yml$',
|
||||
managerFilePatterns: [
|
||||
'/^.github.workflows.main.yml$/',
|
||||
],
|
||||
matchStrings: [
|
||||
'cargo-semver-checks.releases.download.v(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
|
||||
|
Loading…
x
Reference in New Issue
Block a user