mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 14:24:12 +00:00
chore: Update from '_rust/main'
This commit is contained in:
commit
151c067d44
2 changed files with 5 additions and 1 deletions
4
.github/renovate.json5
vendored
4
.github/renovate.json5
vendored
|
@ -36,6 +36,10 @@
|
|||
],
|
||||
minimumReleaseAge: '126 days', // 3 releases * 6 weeks per release * 7 days per week
|
||||
internalChecksFilter: 'strict',
|
||||
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
|
||||
schedule: [
|
||||
'* * * * *',
|
||||
],
|
||||
},
|
||||
// Goals:
|
||||
// - Rollup safe upgrades to reduce CI runner load
|
||||
|
|
|
@ -89,7 +89,7 @@ ignore = true
|
|||
# Lint level for when multiple versions of the same crate are detected
|
||||
multiple-versions = "warn"
|
||||
# Lint level for when a crate version requirement is `*`
|
||||
wildcards = "deny"
|
||||
wildcards = "warn"
|
||||
# The graph highlighting used when creating dotgraphs for crates
|
||||
# with multiple versions
|
||||
# * lowest-version - The path to the lowest versioned duplicate is highlighted
|
||||
|
|
Loading…
Reference in a new issue