File tree Expand file tree Collapse file tree 1 file changed +23
-10
lines changed
Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " config:base " ,
4+ " config:recommended " ,
55 " helpers:pinGitHubActionDigests" ,
66 " :gitSignOff"
77 ],
88 "timezone" : " America/Toronto" ,
9- "schedule" : [" * 19-23,0-2 */2,4 * 4" ],
10- "enabledManagers" : [" regex" , " github-actions" , " tekton" ],
11- "regexManagers" : [
9+ "schedule" : [
10+ " * 19-23,0-2 */2,4 * 4"
11+ ],
12+ "enabledManagers" : [
13+ " custom.regex" ,
14+ " github-actions" ,
15+ " tekton"
16+ ],
17+ "customManagers" : [
1218 {
13- "fileMatch" : [
14- " devfile.*y[a]?ml$"
19+ "customType" : " regex" ,
20+ "managerFilePatterns" : [
21+ " /devfile.*y[a]?ml$/"
1522 ],
1623 "matchStrings" : [
1724 " image: (?<depName>\\ S*):(?<currentValue>\\ S*)"
2229 ],
2330 "packageRules" : [
2431 {
25- "matchManagers" : [" github-actions" ],
32+ "matchManagers" : [
33+ " github-actions"
34+ ],
2635 "groupName" : " github actions" ,
2736 "groupSlug" : " github-actions" ,
2837 "commitMessageTopic" : " {{depName}}"
2938 },
3039 {
3140 "description" : " Schedule Konflux tekton task updates Tuesday and Thursday nights (7 PM - 2 AM)" ,
32- "matchManagers" : [" tekton" ],
33- "schedule" : [" * 19-23,0-2 * * 2,4" ]
41+ "matchManagers" : [
42+ " tekton"
43+ ],
44+ "schedule" : [
45+ " * 19-23,0-2 * * 2,4"
46+ ]
3447 }
3548 ],
3649 "ignorePaths" : [
6073 ],
6174 "prHourlyLimit" : 20 ,
6275 "prConcurrentLimit" : 10
63- }
76+ }
You can’t perform that action at this time.
0 commit comments