diff --git a/renovate.json b/renovate.json index 8d90ab6..57aae15 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,13 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>platform-engineering-org/.github" + ], + "baseBranches": ["main", "f40"], + "packageRules": [ + { + "matchPackageNames": ["quay.io/fedora/fedora"], + "allowedVersions": "=40", + "matchBaseBranches": ["f40"] + } ] }