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