13
0
Fork 0
mirror of https://github.com/jdx/mise-action.git synced 2026-07-04 18:39:31 +00:00

chore: automatically rebuild with renovate

This commit is contained in:
Jeff Dickey 2024-07-29 12:27:40 -05:00
parent 227736a40e
commit 4400109e6e
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -7,5 +7,8 @@
"commands": ["npm run all"],
"fileFilters": ["dist/**/*"],
"executionMode": "branch"
}
},
"allowedPostUpgradeCommands": [
"^npm run all"
]
}