From 1e7000b4008c26da078f8fa8838be8a904bf0239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20ELET?= Date: Thu, 10 Oct 2024 17:41:15 +0200 Subject: [PATCH] chore: install renovate (#31) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Elet --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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