From 6703205a4f27b614b85b97e41668461af980250e Mon Sep 17 00:00:00 2001 From: secustor Date: Tue, 20 Feb 2024 21:00:33 +0100 Subject: [PATCH] ci(renovate): do not pin docker images Signed-off-by: secustor --- .github/renovate.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 5d979d5f22..6926f1bd61 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,10 +6,9 @@ extends: [ 'config:best-practices', ':gitSignOff', - 'default:pinDigestsDisabled', ], // do not pin dev dependencies, which are part of the best-practices preset - ignorePresets: [':pinDevDependencies', ':pinDigest'], + ignorePresets: [':pinDevDependencies', ':pinDigest', 'docker:pinDigests'], // the default limit are 10 PRs prConcurrentLimit: 20,