24 lines
520 B
JSON
24 lines
520 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"commitMessagePrefix": ":arrow_up:",
|
|
"prHourlyLimit": 20,
|
|
"packageRules": [
|
|
{
|
|
"matchDepTypes": ["packageManager"],
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"ignoreTests": true
|
|
},
|
|
{
|
|
"matchDepTypes": ["devDependencies"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"ignoreTests": true
|
|
}
|
|
]
|
|
}
|