File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "schedule" : [" on Saturday" ],
3- "groupName" : " Konflux build pipeline" ,
4- "includePaths" : [" .tekton/*" ],
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
53 "commitMessagePrefix" : " NO-ISSUE: " ,
6- "labels" : [" lgtm" , " approved" ]
4+ "labels" : [
5+ " lgtm" ,
6+ " approved"
7+ ],
8+ "prHourlyLimit" : 0 ,
9+ "prConcurrentLimit" : 0 ,
10+ "enabledManagers" : [
11+ " custom.regex" ,
12+ " tekton"
13+ ],
14+ "tekton" : {
15+ "managerFilePatterns" : [
16+ " /^.tekton/*/"
17+ ]
18+ },
19+ "customManagers" : [
20+ {
21+ "customType" : " regex" ,
22+ "managerFilePatterns" : [
23+ " /^Dockerfile$/"
24+ ],
25+ "matchStrings" : [
26+ " FROM registry.access.redhat.com/ubi9/ubi-minimal:(?<currentValue>[^@]+)@(?<currentDigest>sha256:[a-f0-9]+)\\ n"
27+ ],
28+ "depNameTemplate" : " registry.access.redhat.com/ubi9/ubi-minimal" ,
29+ "datasourceTemplate" : " docker"
30+ }
31+ ],
32+ "packageRules" : [
33+ {
34+ "groupName" : " Konflux build pipeline" ,
35+ "addLabels" : [
36+ " konflux"
37+ ],
38+ "schedule" : [
39+ " on Saturday"
40+ ],
41+ "matchManagers" : [
42+ " tekton"
43+ ]
44+ },
45+ {
46+ "matchPackageNames" : [
47+ " registry.access.redhat.com/ubi9/ubi-minimal"
48+ ],
49+ "groupName" : " UBI Runtime Images" ,
50+ "addLabels" : [
51+ " ubi"
52+ ]
53+ },
54+ {
55+ "matchUpdateTypes" : [
56+ " major"
57+ ],
58+ "matchDatasources" : [
59+ " docker"
60+ ],
61+ "matchPackageNames" : [
62+ " registry.access.redhat.com/ubi9/ubi-minimal"
63+ ],
64+ "enabled" : false
65+ }
66+ ]
767}
You can’t perform that action at this time.
0 commit comments