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 -