mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-31 05:20:45 +00:00
12 lines
256 B
JSON
12 lines
256 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>centos/.github:renovate-config"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["quay.io/centos-bootc/builder"],
|
|
"pinDigests": false
|
|
}
|
|
]
|
|
}
|