mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-31 13:30:45 +00:00
Update renovate.json
This commit is contained in:
parent
0858175b46
commit
ec8fb6085c
1 changed files with 6 additions and 1 deletions
|
|
@ -3,12 +3,17 @@
|
|||
"extends": [
|
||||
"github>platform-engineering-org/.github"
|
||||
],
|
||||
"baseBranches": ["main", "f40"],
|
||||
"baseBranches": ["main", "f40", "f41"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["quay.io/fedora/fedora"],
|
||||
"allowedVersions": "=40",
|
||||
"matchBaseBranches": ["f40"]
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["quay.io/fedora/fedora"],
|
||||
"allowedVersions": "=41",
|
||||
"matchBaseBranches": ["f41"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue