Skip to content

Commit

Permalink
add konflux renovate config (#182)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron authored Jan 14, 2025
1 parent 543ca89 commit 7996d6f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"helpers:pinGitHubActionDigests",
":gitSignOff"
],
"timezone": "America/Toronto",
"schedule": ["after 9pm on tuesday and thursday"],
"enabledManagers": ["tekton"],
"prHourlyLimit": 20,
"prConcurrentLimit": 10
}

0 comments on commit 7996d6f

Please sign in to comment.