From 8ebe093f4ff1eeae639159fc098ab8012fd5f339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Mon, 20 Nov 2023 15:32:44 -0500 Subject: [PATCH] document renovate-bot on status site --- service/status.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/service/status.md b/service/status.md index f3dda552..28168f6e 100644 --- a/service/status.md +++ b/service/status.md @@ -206,6 +206,19 @@ See the instructions on how to [setup a local development environment](#local-development-environment) and the [design section](#design) for more information on how this is setup. +## Upgrades + +Upgrades to the software are performed by updating the cstate +submodule. + +Since November, the [renovate-cron][] bot will pass through the +project to make sure that submodule is up to date. + +Hugo itself is managed through the Debian packages provided as part of +the bookworm container, and therefore benefit from the normal Debian +support policies. Major upgrades need to be manually performed in the +`.gitlab-ci.yml` file and are *not* checked by renovate. + ## SLA This service should be highly available. It should support failure -- GitLab