From 5d0befb82b66108d5d191d43c6bb6894bffb1144 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Tue, 25 Jun 2024 08:37:29 +0200 Subject: [PATCH 1/2] Update renovate config --- .github/renovate.json5 | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e8ff5f96ccc..8936a19e20a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,6 +12,10 @@ "customManagers:githubActionsVersions", "github>Turbo87/renovate-config//rust/updateToolchain", ], + "dockerfile": { + // This has been causing various issues, unfortunately. + enabled: false, + }, packageRules: [ { matchCategories: ["rust"], @@ -65,17 +69,5 @@ matchDepNames: ["aws-ip-ranges", "github-meta"], automerge: true, }, - { - matchUpdateTypes: ["digest"], - enabled: false, - }, - { - // This is causing weird "Cannot find replaceString in current file content" errors, - // so we disable it for now. - matchFileNames: ["frontend.Dockerfile"], - matchDatasources: ["docker"], - matchUpdateTypes: ["pinDigest"], - enabled: false - }, ], } From 75670b940a09f266334917c265aba94af2ee0a0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 06:38:36 +0000 Subject: [PATCH 2/2] Update postgres:16 Docker digest to 46aa2ee --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 56390227400..b5cd783682c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,7 +26,7 @@ x-backend: &backend services: postgres: - image: postgres:16@sha256:1bf73ccae25238fa555100080042f0b2f9be08eb757e200fe6afc1fc413a1b3c + image: postgres:16@sha256:46aa2ee5d664b275f05d1a963b30fff60fb422b4b594d509765c42db46d48881 environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: password