mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07: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:
@@ -16,6 +16,12 @@
|
|||||||
"semanticCommitType": "build",
|
"semanticCommitType": "build",
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
"rebaseWhen": "conflicted",
|
"rebaseWhen": "conflicted",
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"enabled": true,
|
||||||
|
"extends": ["schedule:weekly"],
|
||||||
|
"groupName": "lockfile maintenance",
|
||||||
|
"automerge": true
|
||||||
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
// group updates to related packages
|
// group updates to related packages
|
||||||
{
|
{
|
||||||
@@ -52,14 +58,6 @@
|
|||||||
"groupName": "npm",
|
"groupName": "npm",
|
||||||
"matchDatasources": ["npm"],
|
"matchDatasources": ["npm"],
|
||||||
"extends": ["schedule:weekly"]
|
"extends": ["schedule:weekly"]
|
||||||
},
|
|
||||||
// Update (rust) lockfiles weekly
|
|
||||||
{
|
|
||||||
"matchDatasources": ["crate"],
|
|
||||||
"lockFileMaintenance": {
|
|
||||||
"enabled": true,
|
|
||||||
"extends": ["schedule:weekly"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// custom regex update managers
|
// custom regex update managers
|
||||||
|
|||||||
Reference in New Issue
Block a user