Merge branch 'renovate/migrate-config' into 'main'

Migrate renovate config

See merge request fedora/bootc/base-images!185
This commit is contained in:
Miguel Martin Villamuelas 2025-05-26 14:00:53 +02:00
commit d0d3e2091b

View file

@ -9,9 +9,9 @@
"includePaths": [
".tekton/**"
],
"fileMatch": [
"\\.yaml$",
"\\.yml$"
"managerFilePatterns": [
"/\\.yaml$/",
"/\\.yml$/"
],
"packageRules": [
{
@ -43,9 +43,9 @@
"description": [
"Update 'REPOS_IMAGE' and 'BUILDER_IMAGE' in tekton files"
],
"fileMatch": [
".tekton/.*\\.yaml$",
".tekton/.*\\.yml$"
"managerFilePatterns": [
"/.tekton/.*\\.yaml$/",
"/.tekton/.*\\.yml$/"
],
"matchStrings": [
"REPOS_IMAGE=(?<depName>.*):(?<currentValue>.*)@(?<currentDigest>.*)\\n",
@ -55,7 +55,11 @@
"datasourceTemplate": "docker"
}
],
"baseBranches": ["main", "f40", "f41"],
"baseBranches": [
"main",
"f40",
"f41"
],
"packageRules": [
{
"matchPackageNames": [
@ -64,14 +68,22 @@
"automerge": true
},
{
"matchPackageNames": ["quay.io/fedora/fedora"],
"matchPackageNames": [
"quay.io/fedora/fedora"
],
"allowedVersions": "=40",
"matchBaseBranches": ["f40"]
"matchBaseBranches": [
"f40"
]
},
{
"matchPackageNames": ["quay.io/fedora/fedora"],
"matchPackageNames": [
"quay.io/fedora/fedora"
],
"allowedVersions": "=41",
"matchBaseBranches": ["f41"]
"matchBaseBranches": [
"f41"
]
}
]
}