Order renovate rules from least to most important (#217)
This commit is contained in:
parent
de4a7f75a3
commit
f12eabd8aa
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"extends": ["config:base"],
|
"extends": ["config:base"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
|
||||||
"matchSourceUrlPrefixes": ["https://github.com/livekit/"],
|
|
||||||
"rangeStrategy": "replace",
|
|
||||||
"groupName": "LiveKit dependencies (non-major)",
|
|
||||||
"automerge": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"schedule": "before 6am on the first day of the month",
|
"schedule": "before 6am on the first day of the month",
|
||||||
"matchDepTypes": ["devDependencies"],
|
"matchDepTypes": ["devDependencies"],
|
||||||
"matchUpdateTypes": ["patch", "minor"],
|
"matchUpdateTypes": ["patch", "minor"],
|
||||||
"groupName": "devDependencies (non-major)"
|
"groupName": "devDependencies (non-major)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchSourceUrlPrefixes": ["https://github.com/livekit/"],
|
||||||
|
"rangeStrategy": "replace",
|
||||||
|
"groupName": "LiveKit dependencies (non-major)",
|
||||||
|
"automerge": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue