ad renovate configuration file

This commit is contained in:
mahula 2024-09-15 09:58:24 +02:00
parent 75a1f4430f
commit 3cc56eda21

20
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,20 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automergeType": "pr",
"platformAutomerge": true
}
],
"npm": {
"separateMinorPatch": true
},
"schedule": ["after 10pm every weekday"],
"enabledManagers": ["dockerfile", "github-actions", "npm"],
"rangeStrategy": "bump",
"prHourlyLimit": 5,
"prConcurrentLimit": 99
}