From 28fc08a00ee2f480100a6c13d8149ebabc814590 Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Wed, 31 Jul 2024 10:23:49 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Handover=20Renovate=20updates=20to=20C?= =?UTF-8?q?=C3=A9dric=20and=20Tiziano?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 02d5090..067b6de 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ "github>simplificator/renovate-preset" ], "assignees": [ - "andyundso" + "cedricwider", + "tizpuppi" ] -} \ No newline at end of file +} From 8229686cda9d5e01faf75c6ed318f179b37dfc30 Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Wed, 31 Jul 2024 10:27:57 +0200 Subject: [PATCH 2/2] Replace Ubuntu 18.04 with 24.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f39b27b..0d161f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,9 @@ jobs: - default - reverse-proxy distro: - - ubuntu1804 - ubuntu2004 - ubuntu2204 + - ubuntu2404 - debian10 - debian11 - debian12