Skip to content

Commit

Permalink
chore: add postUpgradeTasks in renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Jul 24, 2023
1 parent cfebe35 commit 4e5bdc5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 4e5bdc5

Please sign in to comment.