53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>platform-engineering-org/.github"
|
|
],
|
|
"dependencyDashboard": true,
|
|
"tekton": {
|
|
"additionalBranchPrefix": "",
|
|
"includePaths": [
|
|
".tekton/**"
|
|
],
|
|
"fileMatch": [
|
|
"\\.yaml$",
|
|
"\\.yml$"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": [
|
|
"/^quay.io/bootc-devel/tekton-catalog//"
|
|
],
|
|
"enabled": true,
|
|
"groupName": "Konflux references",
|
|
"branchPrefix": "konflux/references/",
|
|
"group": {
|
|
"branchTopic": "{{{baseBranch}}}",
|
|
"commitMessageTopic": "{{{groupName}}}"
|
|
},
|
|
"commitMessageTopic": "Konflux references",
|
|
"prBodyColumns": [
|
|
"Package",
|
|
"Change",
|
|
"Notes"
|
|
],
|
|
"prBodyTemplate": "{{{header}}}{{{table}}}{{{notes}}}{{{changelogs}}}{{{configDescription}}}{{{controls}}}{{{footer}}}",
|
|
"recreateWhen": "always",
|
|
"rebaseWhen": "behind-base-branch"
|
|
}
|
|
]
|
|
},
|
|
"baseBranches": ["main", "f40", "f41"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["quay.io/fedora/fedora"],
|
|
"allowedVersions": "=40",
|
|
"matchBaseBranches": ["f40"]
|
|
},
|
|
{
|
|
"matchPackageNames": ["quay.io/fedora/fedora"],
|
|
"allowedVersions": "=41",
|
|
"matchBaseBranches": ["f41"]
|
|
}
|
|
]
|
|
}
|