Skip to content

Commit 6607b35

Browse files
lilyLuLiupraveenkumar
authored andcommitted
config konflux-bot only works on .tekton folder
Konflux uses renovate for dependency updates, which duplicate with dependabot. This json file config Konflux-bot only open PR for .tekton folder.
1 parent 7157439 commit 6607b35

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"enabledManagers": ["tekton"],
4+
"tekton": {
5+
"fileMatch": ["^\\.tekton/.*\\.ya?ml$"]
6+
}
7+
}

0 commit comments

Comments
 (0)