🔥 Move renovate config to package.json

This commit is contained in:
ajnart
2023-06-02 14:19:28 +09:00
parent f7aae89f5b
commit e2a6418a71
2 changed files with 20 additions and 20 deletions

View File

@@ -123,5 +123,24 @@
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
},
"renovate": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"commitMessagePrefix": "⬆️",
"lockFileMaintenance": {
"automerge": true
},
"minor": {
"automerge": true
},
"patch": {
"automerge": true
},
"pin": {
"automerge": true
}
}
}
}