define post-upgrade tasks for the repo

This commit is contained in:
Bryce Lampe
2024-08-15 10:28:38 -07:00
parent 4e730f689b
commit 08245eaffd

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"postUpgradeTasks": {
"executionMode": "branch",
"commands": ["mise trust", "mise install --yes", "mise run sdk"]
}
}