mise-action/.github/renovate.json
2024-07-29 12:27:40 -05:00

14 lines
306 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>jdx/renovate-config"
],
"postUpgradeTasks": {
"commands": ["npm run all"],
"fileFilters": ["dist/**/*"],
"executionMode": "branch"
},
"allowedPostUpgradeCommands": [
"^npm run all"
]
}