We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800c156 commit 5587a8fCopy full SHA for 5587a8f
renovate.json
@@ -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