Skip to content

Commit 5587a8f

Browse files
init renovate config for konflux
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
1 parent 800c156 commit 5587a8f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

renovate.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
"helpers:pinGitHubActionDigests",
6+
":gitSignOff"
7+
],
8+
"timezone": "America/Toronto",
9+
"enabledManagers": ["tekton"],
10+
"packageRules": [
11+
{
12+
"description": "Schedule Konflux tekton task updates Tuesday and Thursday nights (9 PM - 12 AM)",
13+
"matchManagers": ["tekton"],
14+
"schedule": ["* 21-23 * * 2,4"]
15+
}
16+
],
17+
"prHourlyLimit": 20,
18+
"prConcurrentLimit": 10
19+
}

0 commit comments

Comments
 (0)