From 08245eaffdc7b9a5a25cf0daa289d6f676a4d749 Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Thu, 15 Aug 2024 10:28:38 -0700 Subject: [PATCH] define post-upgrade tasks for the repo --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..51781e3 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "postUpgradeTasks": { + "executionMode": "branch", + "commands": ["mise trust", "mise install --yes", "mise run sdk"] + } +}