Claptrap-ui/renovate.json
sebclem a59145102f
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
Update renovate.json
2024-01-17 15:45:53 +01:00

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
}
]
}