Renovate configuration: f40 branch
This commit is contained in:
parent
ab66044341
commit
243848c59b
|
|
@ -2,5 +2,13 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"github>platform-engineering-org/.github"
|
"github>platform-engineering-org/.github"
|
||||||
|
],
|
||||||
|
"baseBranches": ["main", "f40"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["quay.io/fedora/fedora"],
|
||||||
|
"allowedVersions": "=40",
|
||||||
|
"matchBaseBranches": ["f40"]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue