Skip to content

Commit 20c5f4b

Browse files
Merge pull request #150 from opendatahub-io/enable-renovate-tekton-updates
Enable Renovate Tekton manager for automated task bundle updates
2 parents 11b0d2c + 3034dd6 commit 20c5f4b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
],
1212
"labels": ["dependencies"],
1313
"branchPrefix": "konflux/mintmaker/",
14+
"tekton": {
15+
"enabled": true,
16+
"includePaths": [".tekton/**"],
17+
"packageRules": [
18+
{
19+
"matchUpdateTypes": ["digest"],
20+
"matchBaseBranches": [],
21+
"platformAutomerge": true,
22+
"automerge": true
23+
}
24+
]
25+
},
1426
"customManagers": [
1527
{
1628
"customType": "regex",

0 commit comments

Comments
 (0)