Skip to content

Commit

Permalink
chore: alias make renovate (#1481)
Browse files Browse the repository at this point in the history
Suspect this will make #1479
start succeeding.
  • Loading branch information
t0yv0 authored Jan 15, 2025
1 parent 70fa464 commit 4aeca78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .mk/renovate.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.PHONY: renovate
renovate: generate_sdks
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// https://docs.renovatebot.com/configuration-options/#postupgradetasks
postUpgradeTasks: {
commands: ["make generate_sdks"],
commands: ["make renovate"],
executionMode: "branch", // Only run once.
},
},
Expand Down

0 comments on commit 4aeca78

Please sign in to comment.