From 485dae1f1bebf8922e283d26f64fa84e60fd2639 Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Mon, 9 Dec 2024 16:08:38 +0100 Subject: [PATCH] Also update Alpine version mentioned on CI --- .github/workflows/ci.yml | 4 +++- renovate.json | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dff011..fd0bb3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,8 @@ on: - cron: "0 0 * * 0" env: + # renovate: datasource=docker depName=alpine versioning=docker + ALPINE_VERSION: "3.20" LATEST_POSTGRES_VERSION: "17" jobs: @@ -81,7 +83,7 @@ jobs: matrix: operating_system: - flavor: "alpine" - version: "3.20" + version: "${{ env.ALPINE_VERSION }}" - flavor: "bookworm" pg_target: - "12" diff --git a/renovate.json b/renovate.json index 0b293f6..236ec80 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", - "customManagers:dockerfileVersions" + "customManagers:dockerfileVersions", + "customManagers:githubActionsVersions" ] }