From e5a00fa602cfe31459a387e828239c0ded228faf Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 5 Aug 2024 18:44:16 +0300 Subject: [PATCH] make: remove renavatebot from this repo --- Makefile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Makefile b/Makefile index 1337c7b..1f85b12 100644 --- a/Makefile +++ b/Makefile @@ -22,16 +22,3 @@ deps: .PHONY: init-git-hooks init-git-hooks: ln -sf $(PWD)/scripts/pre-commit $(PWD)/.git/hooks/pre-commit - -.PHONY: renovatebot -renovatebot: - docker run \ - --pull always \ - --rm \ - -eGITHUB_COM_TOKEN \ - -eRENOVATE_TOKEN \ - -eRENOVATE_PLATFORM \ - -eRENOVATE_ENDPOINT \ - -eRENOVATE_REPOSITORIES \ - renovate/renovate -