Skip to content

Commit

Permalink
chore: install renovate (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Elet <[email protected]>
  • Loading branch information
SebastienElet authored Oct 10, 2024
1 parent 68e4b3c commit 1e7000b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ work: \
gh \
javascript \
postgresql \
renovate \
tableplus \
terraform

Expand Down Expand Up @@ -135,6 +136,10 @@ ${BREW_BIN}/psql:
~/.psqlrc:
ln -s ~/.dotfiles/.psqlrc $@

renovate: brew node ${NPM_BIN}/renovate
${NPM_BIN}/renovate:
npm i -g renovate

tableplus: brew ${APP_BIN}/TablePlus.app
${APP_BIN}/TablePlus.app:
brew install tableplus
Expand Down

0 comments on commit 1e7000b

Please sign in to comment.