|
10 | 10 | "^library_generation/requirements\\.txt$" |
11 | 11 | ], |
12 | 12 | "customManagers": [ |
| 13 | + { |
| 14 | + "customType": "regex", |
| 15 | + "managerFilePatterns": ["/dependencies\\.txt/"], |
| 16 | + "matchStrings": ["(?<depName>.*)=(?<currentValue>.*)\\n"], |
| 17 | + "datasourceTemplate": "maven" |
| 18 | + }, |
13 | 19 | { |
14 | 20 | "customType": "regex", |
15 | 21 | "fileMatch": [ |
|
66 | 72 | ], |
67 | 73 | "depNameTemplate": "com.google.cloud:google-cloud-shared-config", |
68 | 74 | "datasourceTemplate": "maven" |
69 | | - }, |
70 | | - { |
71 | | - "customType": "regex", |
72 | | - "fileMatch": [ |
73 | | - "^.cloudbuild/library_generation/library_generation.*\\.Dockerfile$" |
74 | | - ], |
75 | | - "matchStrings": [ |
76 | | - "OWLBOT_CLI_COMMITTISH=(?<currentDigest>.*?)\\n" |
77 | | - ], |
78 | | - "currentValueTemplate": "main", |
79 | | - "depNameTemplate": "repo-automation-bots", |
80 | | - "packageNameTemplate": "https://github.com/googleapis/repo-automation-bots", |
81 | | - "datasourceTemplate": "git-refs" |
82 | | - } |
83 | | - ], |
84 | | - "packageRules": [ |
85 | | - { |
86 | | - "matchPackageNames": [ |
87 | | - "com.google.cloud:google-cloud-shared-config" |
88 | | - ], |
89 | | - "registryUrls": [ |
90 | | - "https://repo.maven.apache.org/maven2/", |
91 | | - "https://repo1.maven.org/maven2" |
92 | | - ] |
93 | | - }, |
94 | | - { |
95 | | - "matchUpdateTypes": [ |
96 | | - "major" |
97 | | - ], |
98 | | - "enabled": false, |
99 | | - "matchPackageNames": [ |
100 | | - "*" |
101 | | - ] |
102 | | - }, |
103 | | - { |
104 | | - "enabled": false, |
105 | | - "matchPackageNames": [ |
106 | | - "/^com.google.protobuf:/" |
107 | | - ] |
108 | | - }, |
109 | | - { |
110 | | - "versioning": "docker", |
111 | | - "matchPackageNames": [ |
112 | | - "/^com.google.guava:/" |
113 | | - ], |
114 | | - "enabled": false |
115 | | - }, |
116 | | - { |
117 | | - "semanticCommitType": "deps", |
118 | | - "semanticCommitScope": null, |
119 | | - "matchPackageNames": [ |
120 | | - "*" |
121 | | - ] |
122 | | - }, |
123 | | - { |
124 | | - "semanticCommitType": "build", |
125 | | - "semanticCommitScope": "deps", |
126 | | - "enabled": true, |
127 | | - "matchPackageNames": [ |
128 | | - "/^org.apache.maven/", |
129 | | - "/^org.jacoco:/", |
130 | | - "/^org.codehaus.mojo:/", |
131 | | - "/^org.sonatype.plugins:/", |
132 | | - "/^com.google.cloud:google-cloud-shared-config/" |
133 | | - ] |
134 | | - }, |
135 | | - { |
136 | | - "semanticCommitType": "chore", |
137 | | - "semanticCommitScope": "deps", |
138 | | - "matchPackageNames": [ |
139 | | - "/^{{metadata['repo']['distribution_name']}}/", |
140 | | - "/^com.google.cloud:libraries-bom/", |
141 | | - "/^com.google.cloud.samples:shared-configuration/" |
142 | | - ] |
143 | | - }, |
144 | | - { |
145 | | - "semanticCommitType": "test", |
146 | | - "semanticCommitScope": "deps", |
147 | | - "matchPackageNames": [ |
148 | | - "/^junit:junit/", |
149 | | - "/^com.google.truth:truth/", |
150 | | - "/^org.mockito:mockito-core/", |
151 | | - "/^org.objenesis:objenesis/", |
152 | | - "/^com.google.cloud:google-cloud-conformance-tests/" |
153 | | - ] |
154 | | - }, |
155 | | - { |
156 | | - "ignoreUnstable": false, |
157 | | - "matchPackageNames": [ |
158 | | - "/^com.google.cloud:google-cloud-/" |
159 | | - ] |
160 | | - }, |
161 | | - { |
162 | | - "groupName": "jackson dependencies", |
163 | | - "matchPackageNames": [ |
164 | | - "/^com.fasterxml.jackson.core/" |
165 | | - ] |
166 | | - }, |
167 | | - { |
168 | | - "groupName": "gRPC dependencies", |
169 | | - "matchPackageNames": [ |
170 | | - "/^io.grpc/" |
171 | | - ], |
172 | | - "enabled": false |
173 | | - }, |
174 | | - { |
175 | | - "groupName": "Google Auth Library dependencies", |
176 | | - "matchPackageNames": [ |
177 | | - "/^com.google.auth/" |
178 | | - ] |
179 | | - }, |
180 | | - { |
181 | | - "groupName": "Google API dependencies", |
182 | | - "matchPackageNames": [ |
183 | | - "/com.google.api.grpc:grpc-google-common-protos/", |
184 | | - "/com.google.api.grpc:grpc-google-iam-v1/", |
185 | | - "/com.google.api.grpc:proto-google-common-protos/", |
186 | | - "/com.google.api.grpc:proto-google-iam-v1/", |
187 | | - "/com.google.api:api-common/" |
188 | | - ] |
189 | | - }, |
190 | | - { |
191 | | - "groupName": "Google HTTP Client dependencies", |
192 | | - "matchPackageNames": [ |
193 | | - "/^com.google.http-client/" |
194 | | - ] |
195 | | - }, |
196 | | - { |
197 | | - "groupName": "OpenCensus dependencies", |
198 | | - "matchPackageNames": [ |
199 | | - "/^io.opencensus/" |
200 | | - ] |
201 | | - }, |
202 | | - { |
203 | | - "groupName": "Netty dependencies", |
204 | | - "matchPackageNames": [ |
205 | | - "/^io.netty/" |
206 | | - ] |
207 | | - }, |
208 | | - { |
209 | | - "groupName": "Error Prone dependencies", |
210 | | - "matchPackageNames": [ |
211 | | - "/^com.google.errorprone/" |
212 | | - ] |
213 | 75 | } |
214 | 76 | ] |
215 | 77 | } |
0 commit comments