Update renovate.json
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
sebclem 2024-01-17 15:45:53 +01:00
parent 24c3e647db
commit a59145102f

View File

@ -4,5 +4,20 @@
"config:base" "config:base"
], ],
"commitMessagePrefix": ":arrow_up:", "commitMessagePrefix": ":arrow_up:",
"prHourlyLimit": 20 "prHourlyLimit": 20,
"packageRules": [
{
"matchDepTypes": ["packageManager"],
"automerge": true,
"automergeType": "branch",
"ignoreTests": true
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"automergeType": "branch",
"ignoreTests": true
}
]
} }