mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
chore(ci): Auto-update cargo-semver-checks
This commit is contained in:
parent
1566e4c346
commit
66d800d68b
26
.github/renovate.json5
vendored
26
.github/renovate.json5
vendored
@ -37,6 +37,18 @@
|
||||
packageNameTemplate: 'rust-lang/rust',
|
||||
datasourceTemplate: 'github-releases',
|
||||
},
|
||||
{
|
||||
customType: 'regex',
|
||||
fileMatch: [
|
||||
'^.github.workflows.main.yml$',
|
||||
],
|
||||
matchStrings: [
|
||||
'cargo-semver-checks.releases.download.v(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
|
||||
],
|
||||
depNameTemplate: 'cargo-semver-checks',
|
||||
packageNameTemplate: 'obi1kenobi/cargo-semver-checks',
|
||||
datasourceTemplate: 'github-releases',
|
||||
},
|
||||
],
|
||||
packageRules: [
|
||||
{
|
||||
@ -69,6 +81,20 @@
|
||||
internalChecksFilter: 'strict',
|
||||
groupName: 'msrv',
|
||||
},
|
||||
{
|
||||
commitMessageTopic: 'cargo-semver-checks',
|
||||
matchManagers: [
|
||||
'custom.regex',
|
||||
],
|
||||
matchDepNames: [
|
||||
'cargo-semver-checks',
|
||||
],
|
||||
extractVersion: '^v(?<version>\\d+\\.\\d+\\.\\d+)',
|
||||
schedule: [
|
||||
'* * * * *',
|
||||
],
|
||||
internalChecksFilter: 'strict',
|
||||
},
|
||||
// Goals:
|
||||
// - Rollup safe upgrades to reduce CI runner load
|
||||
// - Have lockfile and manifest in-sync (implicit rules)
|
||||
|
Loading…
x
Reference in New Issue
Block a user