From ff9caa165e8edb1dc0a5b632e08e14bab405e0b2 Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Wed, 31 Jul 2024 10:25:33 +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 d8e4f89ef7542ac26416879ea480974dc754d8ee Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Wed, 31 Jul 2024 10:28:48 +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 d26f3fd..0b47816 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,9 @@ jobs: - default - deletion distro: - - ubuntu1804 - ubuntu2004 - ubuntu2204 + - ubuntu2404 - debian10 - debian11 - debian12