|
18 | 18 | "pip_requirements",
|
19 | 19 | "poetry",
|
20 | 20 | "pub",
|
21 |
| - "regex", |
| 21 | + "custom.regex", |
22 | 22 | "sbt"
|
23 | 23 | ],
|
24 | 24 | "baseBranches": [
|
|
35 | 35 | "rangeStrategy": "bump"
|
36 | 36 | },
|
37 | 37 | {
|
38 |
| - "matchPackagePatterns": [ |
39 |
| - "openapi-generator" |
40 |
| - ], |
41 |
| - "groupName": "openapi-generator" |
| 38 | + "groupName": "openapi-generator", |
| 39 | + "matchPackageNames": [ |
| 40 | + "/openapi-generator/" |
| 41 | + ] |
42 | 42 | },
|
43 | 43 | {
|
44 |
| - "matchPackagePrefixes": [ |
| 44 | + "allowedVersions": "4.0.0", |
| 45 | + "matchPackageNames": [ |
45 | 46 | "github.com/algolia/algoliasearch-client-go/v4"
|
46 |
| - ], |
47 |
| - "allowedVersions": "4.0.0" |
| 47 | + ] |
48 | 48 | },
|
49 | 49 | {
|
50 | 50 | "matchDatasources": [
|
|
53 | 53 | "allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+$/"
|
54 | 54 | }
|
55 | 55 | ],
|
56 |
| - "regexManagers": [ |
| 56 | + "customManagers": [ |
57 | 57 | {
|
| 58 | + "customType": "regex", |
58 | 59 | "description": "Update openapitools-cli version in the generation file",
|
59 | 60 | "fileMatch": [
|
60 | 61 | "generateOpenapitools.ts"
|
|
66 | 67 | "datasourceTemplate": "maven"
|
67 | 68 | },
|
68 | 69 | {
|
| 70 | + "customType": "regex", |
69 | 71 | "description": "Update pyproject.toml mustache devDeps",
|
70 | 72 | "fileMatch": [
|
71 | 73 | "pyproject.mustache"
|
|
78 | 80 | "datasourceTemplate": "pypi"
|
79 | 81 | },
|
80 | 82 | {
|
| 83 | + "customType": "regex", |
81 | 84 | "description": "Update package.json mustache devDeps",
|
82 | 85 | "fileMatch": [
|
83 | 86 | "package.mustache"
|
|
88 | 91 | "datasourceTemplate": "npm"
|
89 | 92 | },
|
90 | 93 | {
|
| 94 | + "customType": "regex", |
91 | 95 | "description": "Update the java formatter",
|
92 | 96 | "fileMatch": [
|
93 | 97 | "Dockerfile",
|
|
102 | 106 | "extractVersionTemplate": "^v(?<version>.*)$"
|
103 | 107 | },
|
104 | 108 | {
|
| 109 | + "customType": "regex", |
105 | 110 | "description": "Update java packages in mustache files",
|
106 | 111 | "fileMatch": "build.mustache",
|
107 | 112 | "matchStrings": [
|
|
110 | 115 | "datasourceTemplate": "maven"
|
111 | 116 | },
|
112 | 117 | {
|
| 118 | + "customType": "regex", |
113 | 119 | "description": "Update yarn version",
|
114 | 120 | "fileMatch": ".yarnrc.yml",
|
115 | 121 | "matchStrings": [
|
|
119 | 125 | "datasourceTemplate": "github-releases"
|
120 | 126 | },
|
121 | 127 | {
|
| 128 | + "customType": "regex", |
122 | 129 | "description": "Update yarn for netlify",
|
123 | 130 | "fileMatch": "netlify.toml",
|
124 | 131 | "matchStrings": [
|
|
128 | 135 | "datasourceTemplate": "github-releases"
|
129 | 136 | },
|
130 | 137 | {
|
| 138 | + "customType": "regex", |
131 | 139 | "description": "Update pubspec.yaml for Dart",
|
132 | 140 | "fileMatch": "pubspec.mustache",
|
133 | 141 | "matchStrings": [
|
|
139 | 147 | "versioningTemplate": "npm"
|
140 | 148 | },
|
141 | 149 | {
|
| 150 | + "customType": "regex", |
142 | 151 | "description": "Update .csharp-version",
|
143 | 152 | "fileMatch": ".csharp-version",
|
144 | 153 | "matchStrings": [
|
|
148 | 157 | "depNameTemplate": "dotnet-sdk"
|
149 | 158 | },
|
150 | 159 | {
|
| 160 | + "customType": "regex", |
151 | 161 | "description": "Update .java-version",
|
152 | 162 | "fileMatch": ".java-version",
|
153 | 163 | "matchStrings": [
|
|
157 | 167 | "depNameTemplate": "java"
|
158 | 168 | },
|
159 | 169 | {
|
| 170 | + "customType": "regex", |
160 | 171 | "description": "Update .dart-version",
|
161 | 172 | "fileMatch": ".dart-version",
|
162 | 173 | "matchStrings": [
|
|
166 | 177 | "depNameTemplate": "dart"
|
167 | 178 | },
|
168 | 179 | {
|
| 180 | + "customType": "regex", |
169 | 181 | "description": "Update .go-version",
|
170 | 182 | "fileMatch": ".go-version",
|
171 | 183 | "matchStrings": [
|
|
175 | 187 | "depNameTemplate": "golang"
|
176 | 188 | },
|
177 | 189 | {
|
| 190 | + "customType": "regex", |
178 | 191 | "description": "Update .php-version",
|
179 | 192 | "fileMatch": ".php-version",
|
180 | 193 | "matchStrings": [
|
|
185 | 198 | "extractVersionTemplate": "^php-(?<version>.*)$"
|
186 | 199 | },
|
187 | 200 | {
|
| 201 | + "customType": "regex", |
188 | 202 | "description": "Update .ruby-version",
|
189 | 203 | "fileMatch": ".ruby-version",
|
190 | 204 | "matchStrings": [
|
|
194 | 208 | "depNameTemplate": "ruby"
|
195 | 209 | },
|
196 | 210 | {
|
| 211 | + "customType": "regex", |
197 | 212 | "description": "Update .swift-version",
|
198 | 213 | "fileMatch": ".swift-version",
|
199 | 214 | "matchStrings": [
|
|
204 | 219 | "extractVersionTemplate": "^swift-(?<version>.*)-RELEASE$"
|
205 | 220 | },
|
206 | 221 | {
|
| 222 | + "customType": "regex", |
207 | 223 | "description": "Update swiftformat version",
|
208 | 224 | "fileMatch": [
|
209 | 225 | "Dockerfile",
|
|
0 commit comments