From c71469bccd48757ed062519e64809c4b8c6d5d74 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 10 Sep 2025 10:39:51 +0200 Subject: Makefile: add maintenance target --- DEVELOPMENT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DEVELOPMENT.md') diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 2641a1a..3fd937b 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -49,7 +49,8 @@ another user, it could get used instead). Upgrading dependencies ---------------------- -* Upgrade virtual environment packages: `make venv/upgrade` +* Upgrade virtual environment packages: `make venv/upgrade`. +`make maintenance` does that and pushes a commit to the upstream. * Upgrade base Docker images. * Find the current base images using `git grep -P 'FROM \w+:'` * Upgrade the [cmark-gfm] version used in the [cgitize-frontend Docker image]. -- cgit v1.2.3