Update renovate.json

This commit is contained in:
Liora Milbaum 2023-11-28 19:23:41 +02:00 committed by GitHub
parent ec10e79696
commit 37b34dc8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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