diff --git a/Makefile b/Makefile index 6911954..cb53d0a 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,7 @@ work: \ gh \ javascript \ postgresql \ + renovate \ tableplus \ terraform @@ -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