2023-10-30 04:07:33 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
|
"extends": [
|
2024-05-17 17:28:18 +00:00
|
|
|
"github>platform-engineering-org/.github"
|
2024-05-28 19:37:17 +03:00
|
|
|
],
|
2024-08-21 07:22:28 +00:00
|
|
|
"baseBranches": ["main", "f40", "f41"],
|
2024-05-28 19:37:17 +03:00
|
|
|
"packageRules": [
|
|
|
|
|
{
|
|
|
|
|
"matchPackageNames": ["quay.io/fedora/fedora"],
|
|
|
|
|
"allowedVersions": "=40",
|
|
|
|
|
"matchBaseBranches": ["f40"]
|
2024-08-21 07:22:28 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"matchPackageNames": ["quay.io/fedora/fedora"],
|
|
|
|
|
"allowedVersions": "=41",
|
|
|
|
|
"matchBaseBranches": ["f41"]
|
2024-05-28 19:37:17 +03:00
|
|
|
}
|
2023-11-21 16:02:36 +02:00
|
|
|
]
|
2023-10-30 04:07:33 +00:00
|
|
|
}
|