From 37b34dc8f35b33fe5b0f70230d912bb694227753 Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Tue, 28 Nov 2023 19:23:41 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index f7de7af..211258f 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>centos/.github:renovate-config" + ], + "packageRules": [ + { + "matchPackageNames": ["quay.io/centos-bootc/builder"], + "pinDigests": false + } ] }