Configure renovate tekton manager to update konflux pipelines
Signed-off-by: Miguel Martín <mmartinv@redhat.com>
This commit is contained in:
parent
0eb9ac2a15
commit
c4ea4e2375
1 changed files with 33 additions and 0 deletions
|
|
@ -4,6 +4,39 @@
|
|||
"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": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue