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 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 +}