make: remove renavatebot from this repo
This commit is contained in:
parent
7674dfc512
commit
e5a00fa602
1 changed files with 0 additions and 13 deletions
13
Makefile
13
Makefile
|
@ -22,16 +22,3 @@ deps:
|
||||||
.PHONY: init-git-hooks
|
.PHONY: init-git-hooks
|
||||||
init-git-hooks:
|
init-git-hooks:
|
||||||
ln -sf $(PWD)/scripts/pre-commit $(PWD)/.git/hooks/pre-commit
|
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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue