chore(dependency): renovate is used for managing updates

Remove https://github.com/silverwind/updates as a dependency
This commit is contained in:
Earl Warren 2024-06-03 07:10:58 +02:00
parent 0bf83db41b
commit e9ee514c9a
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
4 changed files with 0 additions and 41 deletions

View file

@ -249,9 +249,6 @@ help:
@echo " - test-frontend test frontend files"
@echo " - test-backend test backend files"
@echo " - test-e2e-sqlite[\#name.test.e2e] test end to end using playwright and sqlite"
@echo " - update update js and py dependencies"
@echo " - update-js update js dependencies"
@echo " - update-py update py dependencies"
@echo " - webpack build webpack files"
@echo " - svg build svg files"
@echo " - fomantic build fomantic files"
@ -896,23 +893,6 @@ node_modules: package-lock.json
poetry install --no-root
@touch .venv
.PHONY: update
update: update-js update-py
.PHONY: update-js
update-js: node-check | node_modules
npx updates -u -f package.json
rm -rf node_modules package-lock.json
npm install --package-lock
@touch node_modules
.PHONY: update-py
update-py: node-check | node_modules
npx updates -u -f pyproject.toml
rm -rf .venv poetry.lock
poetry install --no-root
@touch .venv
.PHONY: fomantic
fomantic:
rm -rf $(FOMANTIC_WORK_DIR)/build