mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>jdx/renovate-config"
|
|
],
|
|
"postUpgradeTasks": {
|
|
"commands": ["npm run all"],
|
|
"fileFilters": ["dist/**/*"],
|
|
"executionMode": "branch"
|
|
},
|
|
"allowedCommands": [
|
|
".*"
|
|
]
|
|
}
|