|
57 | 57 | {
|
58 | 58 | "customType": "regex",
|
59 | 59 | "description": "Update openapitools-cli version in the generation file",
|
60 |
| - "fileMatch": [ |
61 |
| - "generateOpenapitools.ts" |
| 60 | + "managerFilePatterns": [ |
| 61 | + "/generateOpenapitools.ts/" |
62 | 62 | ],
|
63 | 63 | "matchStrings": [
|
64 | 64 | "\\sversion: '(?<currentValue>.*?)',?\\s"
|
|
69 | 69 | {
|
70 | 70 | "customType": "regex",
|
71 | 71 | "description": "Update pyproject.toml mustache devDeps",
|
72 |
| - "fileMatch": [ |
73 |
| - "pyproject.mustache" |
| 72 | + "managerFilePatterns": [ |
| 73 | + "/pyproject.mustache/" |
74 | 74 | ],
|
75 | 75 | "matchStrings": [
|
76 | 76 | "dependencies][^[]*",
|
|
82 | 82 | {
|
83 | 83 | "customType": "regex",
|
84 | 84 | "description": "Update package.json mustache devDeps",
|
85 |
| - "fileMatch": [ |
86 |
| - "package.mustache" |
| 85 | + "managerFilePatterns": [ |
| 86 | + "/package.mustache/" |
87 | 87 | ],
|
88 | 88 | "matchStrings": [
|
89 | 89 | "\"(?<depName>.*?)\":\\s*\"(?<currentValue>\\d+.*?)\""
|
|
93 | 93 | {
|
94 | 94 | "customType": "regex",
|
95 | 95 | "description": "Update the java formatter",
|
96 |
| - "fileMatch": [ |
97 |
| - "Dockerfile", |
98 |
| - ".github/actions/setup/action.yml" |
| 96 | + "managerFilePatterns": [ |
| 97 | + "/Dockerfile/", |
| 98 | + "/.github/actions/setup/action.yml/" |
99 | 99 | ],
|
100 | 100 | "matchStrings": [
|
101 | 101 | "google-java-format/releases/download/v(?<currentValue>.*?)/google-java-format-",
|
|
108 | 108 | {
|
109 | 109 | "customType": "regex",
|
110 | 110 | "description": "Update java packages in mustache files",
|
111 |
| - "fileMatch": "build.mustache", |
| 111 | + "managerFilePatterns": [ |
| 112 | + "/build.mustache/" |
| 113 | + ], |
112 | 114 | "matchStrings": [
|
113 | 115 | "testImplementation '(?<depName>.*):(?<currentValue>\\d.*?)'"
|
114 | 116 | ],
|
|
117 | 119 | {
|
118 | 120 | "customType": "regex",
|
119 | 121 | "description": "Update yarn version",
|
120 |
| - "fileMatch": ".yarnrc.yml", |
| 122 | + "managerFilePatterns": [ |
| 123 | + "/.yarnrc.yml/" |
| 124 | + ], |
121 | 125 | "matchStrings": [
|
122 | 126 | ".yarn/releases/yarn-(?<currentValue>.*?)\\.cjs"
|
123 | 127 | ],
|
|
127 | 131 | {
|
128 | 132 | "customType": "regex",
|
129 | 133 | "description": "Update yarn for netlify",
|
130 |
| - "fileMatch": "netlify.toml", |
| 134 | + "managerFilePatterns": [ |
| 135 | + "/netlify.toml/" |
| 136 | + ], |
131 | 137 | "matchStrings": [
|
132 | 138 | "YARN_VERSION\\s*=\\s*\"(?<currentValue>.*?)\""
|
133 | 139 | ],
|
|
137 | 143 | {
|
138 | 144 | "customType": "regex",
|
139 | 145 | "description": "Update pubspec.yaml for Dart",
|
140 |
| - "fileMatch": "pubspec.mustache", |
| 146 | + "managerFilePatterns": [ |
| 147 | + "/pubspec.mustache/" |
| 148 | + ], |
141 | 149 | "matchStrings": [
|
142 | 150 | "(dev_)?dependencies:\\s*[^$]*",
|
143 | 151 | " (?<depName>[a-z_]+?): (?<currentValue>.*?)\n"
|
|
149 | 157 | {
|
150 | 158 | "customType": "regex",
|
151 | 159 | "description": "Update .csharp-version",
|
152 |
| - "fileMatch": ".csharp-version", |
| 160 | + "managerFilePatterns": [ |
| 161 | + "/.csharp-version/" |
| 162 | + ], |
153 | 163 | "matchStrings": [
|
154 | 164 | "(?<currentValue>.*)"
|
155 | 165 | ],
|
|
159 | 169 | {
|
160 | 170 | "customType": "regex",
|
161 | 171 | "description": "Update .java-version",
|
162 |
| - "fileMatch": ".java-version", |
| 172 | + "managerFilePatterns": [ |
| 173 | + "/.java-version/" |
| 174 | + ], |
163 | 175 | "matchStrings": [
|
164 | 176 | "(?<currentValue>.*)"
|
165 | 177 | ],
|
|
169 | 181 | {
|
170 | 182 | "customType": "regex",
|
171 | 183 | "description": "Update .dart-version",
|
172 |
| - "fileMatch": ".dart-version", |
| 184 | + "managerFilePatterns": [ |
| 185 | + "/.dart-version/" |
| 186 | + ], |
173 | 187 | "matchStrings": [
|
174 | 188 | "(?<currentValue>.*)"
|
175 | 189 | ],
|
|
179 | 193 | {
|
180 | 194 | "customType": "regex",
|
181 | 195 | "description": "Update .go-version",
|
182 |
| - "fileMatch": ".go-version", |
| 196 | + "managerFilePatterns": [ |
| 197 | + "/.go-version/" |
| 198 | + ], |
183 | 199 | "matchStrings": [
|
184 | 200 | "(?<currentValue>.*)"
|
185 | 201 | ],
|
|
189 | 205 | {
|
190 | 206 | "customType": "regex",
|
191 | 207 | "description": "Update .php-version",
|
192 |
| - "fileMatch": ".php-version", |
| 208 | + "managerFilePatterns": [ |
| 209 | + "/.php-version/" |
| 210 | + ], |
193 | 211 | "matchStrings": [
|
194 | 212 | "(?<currentValue>.*)"
|
195 | 213 | ],
|
|
200 | 218 | {
|
201 | 219 | "customType": "regex",
|
202 | 220 | "description": "Update .ruby-version",
|
203 |
| - "fileMatch": ".ruby-version", |
| 221 | + "managerFilePatterns": [ |
| 222 | + "/.ruby-version/" |
| 223 | + ], |
204 | 224 | "matchStrings": [
|
205 | 225 | "(?<currentValue>.*)"
|
206 | 226 | ],
|
|
210 | 230 | {
|
211 | 231 | "customType": "regex",
|
212 | 232 | "description": "Update ruby version on CI",
|
213 |
| - "fileMatch": "clients/algoliasearch-client-ruby/.github/workflows/release.yml", |
| 233 | + "managerFilePatterns": [ |
| 234 | + "/clients/algoliasearch-client-ruby/.github/workflows/release.yml/" |
| 235 | + ], |
214 | 236 | "matchStrings": [
|
215 | 237 | "ruby-version: (?<currentValue>.*)"
|
216 | 238 | ],
|
|
220 | 242 | {
|
221 | 243 | "customType": "regex",
|
222 | 244 | "description": "Update .swift-version",
|
223 |
| - "fileMatch": ".swift-version", |
| 245 | + "managerFilePatterns": [ |
| 246 | + "/.swift-version/" |
| 247 | + ], |
224 | 248 | "matchStrings": [
|
225 | 249 | "(?<currentValue>.*)"
|
226 | 250 | ],
|
|
231 | 255 | {
|
232 | 256 | "customType": "regex",
|
233 | 257 | "description": "Update swiftformat version",
|
234 |
| - "fileMatch": [ |
235 |
| - "Dockerfile", |
236 |
| - ".github/actions/setup/action.yml" |
| 258 | + "managerFilePatterns": [ |
| 259 | + "/Dockerfile/", |
| 260 | + "/.github/actions/setup/action.yml/" |
237 | 261 | ],
|
238 | 262 | "matchStrings": [
|
239 | 263 | "SWIFTFORMAT_VERSION=(?<currentValue>\\d+\\.\\d+\\.\\d+)"
|
|
243 | 267 | }
|
244 | 268 | ],
|
245 | 269 | "github-actions": {
|
246 |
| - "fileMatch": [ |
247 |
| - "\\.github/workflows/.*\\.ya?ml$" |
| 270 | + "managerFilePatterns": [ |
| 271 | + "/\\.github/workflows/.*\\.ya?ml$/" |
248 | 272 | ]
|
249 | 273 | },
|
250 | 274 | "ignorePaths": [
|
|
0 commit comments