20 lines
469 B
JSON
20 lines
469 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>platform-engineering-org/.github"
|
|
],
|
|
"baseBranches": ["main", "f40", "f41"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["quay.io/fedora/fedora"],
|
|
"allowedVersions": "=40",
|
|
"matchBaseBranches": ["f40"]
|
|
},
|
|
{
|
|
"matchPackageNames": ["quay.io/fedora/fedora"],
|
|
"allowedVersions": "=41",
|
|
"matchBaseBranches": ["f41"]
|
|
}
|
|
]
|
|
}
|