mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 18:10:56 -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,
|
configMigration: true,
|
||||||
dependencyDashboard: true,
|
dependencyDashboard: true,
|
||||||
customManagers: [
|
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',
|
customType: 'regex',
|
||||||
fileMatch: [
|
fileMatch: [
|
||||||
|
@ -45,21 +27,6 @@
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
packageRules: [
|
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',
|
commitMessageTopic: 'Rust Stable',
|
||||||
matchManagers: [
|
matchManagers: [
|
||||||
|
|
Loading…
Reference in a new issue