mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
19 lines
470 B
JSON
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": []
|
|
}
|
|
}
|