chore(config): migrate config renovate.json
This commit is contained in:
parent
f578edc97b
commit
b7c95be866
1 changed files with 23 additions and 11 deletions
|
|
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue