diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000000..007269e9194 --- /dev/null +++ b/renovate.json @@ -0,0 +1,11 @@ +{ + "schedule": ["on Saturday"], + "groupName": "Konflux build pipeline", + "includePaths": [".tekton/*"], + "commitMessagePrefix": "NO-ISSUE: ", + "prBodyNotes": [ + "/lgtm", + "/approve" + ] +} +