mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(ci): Try again with not auto-updating MSRV
The overhead for MSRV bumping is a lot lower and its annoying merging all of the PRs (and I don't want these auto-merged)
This commit is contained in:
parent
14225df351
commit
be30b1bba0
1 changed files with 0 additions and 33 deletions
33
.github/renovate.json5
vendored
33
.github/renovate.json5
vendored
|
@ -7,24 +7,6 @@
|
|||
configMigration: true,
|
||||
dependencyDashboard: true,
|
||||
customManagers: [
|
||||
{
|
||||
customType: 'regex',
|
||||
fileMatch: [
|
||||
'^rust-toolchain\\.toml$',
|
||||
'Cargo.toml$',
|
||||
'clippy.toml$',
|
||||
'\\.clippy.toml$',
|
||||
'^\\.github/workflows/ci.yml$',
|
||||
'^\\.github/workflows/rust-next.yml$',
|
||||
],
|
||||
matchStrings: [
|
||||
'MSRV.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
|
||||
'(?<currentValue>\\d+\\.\\d+(\\.\\d+)?).*?MSRV',
|
||||
],
|
||||
depNameTemplate: 'MSRV',
|
||||
packageNameTemplate: 'rust-lang/rust',
|
||||
datasourceTemplate: 'github-releases',
|
||||
},
|
||||
{
|
||||
customType: 'regex',
|
||||
fileMatch: [
|
||||
|
@ -45,21 +27,6 @@
|
|||
},
|
||||
],
|
||||
packageRules: [
|
||||
{
|
||||
commitMessageTopic: 'MSRV',
|
||||
matchManagers: [
|
||||
'custom.regex',
|
||||
],
|
||||
matchPackageNames: [
|
||||
'MSRV',
|
||||
],
|
||||
minimumReleaseAge: '336 days', // 8 releases * 6 weeks per release * 7 days per week
|
||||
internalChecksFilter: 'strict',
|
||||
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
|
||||
schedule: [
|
||||
'* * * * *',
|
||||
],
|
||||
},
|
||||
{
|
||||
commitMessageTopic: 'Rust Stable',
|
||||
matchManagers: [
|
||||
|
|
Loading…
Reference in a new issue