mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
17 lines
304 B
JSON
17 lines
304 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": [
|
||
|
"config:base",
|
||
|
"group:recommended"
|
||
|
],
|
||
|
"ignorePresets": [
|
||
|
":prHourlyLimit2"
|
||
|
],
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||
|
"automerge": true
|
||
|
}
|
||
|
]
|
||
|
}
|