From 4e5bdc5b5a1b8f38684646fcc6288953bc0b6ead Mon Sep 17 00:00:00 2001 From: Chuck Grindel Date: Mon, 24 Jul 2023 13:43:32 -0600 Subject: [PATCH] chore: add postUpgradeTasks in renovate.json --- .github/renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index fc13058e..35564a2d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,5 +3,11 @@ "extends": [ "github>cgrindel/renovate_presets:ruleset_base", "github>cgrindel/renovate_presets:cgrindel_default" - ] + ], + "postUpgradeTasks": { + "commands": [ + "bazel run //:tidy_modified" + ], + "executionMode": "branch" + } }