Byparr/renovate.json
2024-11-30 12:47:34 +00:00

19 lines
470 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"allowedPostUpgradeCommands": ["^./scripts/post-upgrade.sh"],
"extends": ["config:recommended"],
"packageRules": [
{
"automerge": true,
"matchUpdateTypes": ["minor", "patch"]
}
],
"postUpgradeTasks": {
"commands": [
"./scripts/post-upgrade.sh {{{depName}}} {{{currentVersion}}} {{{newVersion}}}"
],
"executionMode": "update",
"fileFilters": []
}
}