mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-29 04:22:41 +00:00
12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>platform-engineering-org/.github"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["quay.io/fedora/fedora"],
|
|
"allowedVersions": "=40"
|
|
}
|
|
]
|
|
}
|