mirror of https://github.com/usbharu/Hideout.git
21 lines
374 B
JSON
21 lines
374 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"autoApprove": true,
|
|
"platformAutomerge": true,
|
|
"prHourlyLimit": 0,
|
|
"labels": [
|
|
"dependencies",
|
|
"renovate"
|
|
],
|
|
"prConcurrentLimit": 5,
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch","minor"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|