Skip to content

Commit

Permalink
NO-ISSUE: Add renovate config to limit number of PR (#6538)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastequo authored Jul 12, 2024
1 parent 3ba88a4 commit 64cb2ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"schedule": ["on Saturday"],
"groupName": "Konflux build pipeline",
"includePaths": [".tekton/*"],
"commitMessagePrefix": "[cloud_hotfix_releases] NO-ISSUE: ",
"prBodyNotes": [
"/lgtm",
"/approve"
]
}

0 comments on commit 64cb2ec

Please sign in to comment.