mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
Enable lock file maintainance.
This commit is contained in:
parent
00573cea3a
commit
3c014d1649
1 changed files with 7 additions and 3 deletions
|
@ -7,11 +7,15 @@
|
||||||
"ignorePresets": [
|
"ignorePresets": [
|
||||||
":prHourlyLimit2"
|
":prHourlyLimit2"
|
||||||
],
|
],
|
||||||
|
"platformAutomerge": true,
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
"automerge": true,
|
"automerge": true
|
||||||
"platformAutomerge": true
|
}
|
||||||
|
],
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"enabled": true,
|
||||||
|
"automerge": true
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue