mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
build(deps): Fix renovate lockfile maintenance (#5955)
* fix lockfile maintenance misconfig * style Co-authored-by: David Knaack <davidkna@users.noreply.github.com> --------- Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
parent
478d5cccb6
commit
52f7661451
14
.github/renovate.json5
vendored
14
.github/renovate.json5
vendored
@ -16,6 +16,12 @@
|
||||
"semanticCommitType": "build",
|
||||
"rangeStrategy": "bump",
|
||||
"rebaseWhen": "conflicted",
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"extends": ["schedule:weekly"],
|
||||
"groupName": "lockfile maintenance",
|
||||
"automerge": true
|
||||
},
|
||||
"packageRules": [
|
||||
// group updates to related packages
|
||||
{
|
||||
@ -52,14 +58,6 @@
|
||||
"groupName": "npm",
|
||||
"matchDatasources": ["npm"],
|
||||
"extends": ["schedule:weekly"]
|
||||
},
|
||||
// Update (rust) lockfiles weekly
|
||||
{
|
||||
"matchDatasources": ["crate"],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"extends": ["schedule:weekly"]
|
||||
}
|
||||
}
|
||||
],
|
||||
// custom regex update managers
|
||||
|
Loading…
Reference in New Issue
Block a user