mise-action/.github/renovate.json
2024-10-25 09:03:56 -05:00

14 lines
296 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": [
".*"
]
}