chore(config): migrate config renovate.json

This commit is contained in:
Platform Engineering Bot 2025-05-26 09:55:13 +00:00
parent f578edc97b
commit b7c95be866

View file

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