|
130 | 130 | "datasourceTemplate": "go", |
131 | 131 | "versioningTemplate": "semver" |
132 | 132 | }, |
| 133 | + { |
| 134 | + "customType": "regex", |
| 135 | + "description": "Track gotestsum version in codecov workflow", |
| 136 | + "managerFilePatterns": [ |
| 137 | + "/^\\.github/workflows/codecov-upload\\.yml$/" |
| 138 | + ], |
| 139 | + "matchStrings": [ |
| 140 | + "gotestsum@v(?<currentValue>[^\\s]+)" |
| 141 | + ], |
| 142 | + "depNameTemplate": "gotest.tools/gotestsum", |
| 143 | + "datasourceTemplate": "go", |
| 144 | + "versioningTemplate": "semver" |
| 145 | + }, |
| 146 | + { |
| 147 | + "customType": "regex", |
| 148 | + "description": "Track gotestsum version in quality checks workflow", |
| 149 | + "managerFilePatterns": [ |
| 150 | + "/^\\.github/workflows/quality-checks\\.yml$/" |
| 151 | + ], |
| 152 | + "matchStrings": [ |
| 153 | + "gotestsum@v(?<currentValue>[^\\s]+)" |
| 154 | + ], |
| 155 | + "depNameTemplate": "gotest.tools/gotestsum", |
| 156 | + "datasourceTemplate": "go", |
| 157 | + "versioningTemplate": "semver" |
| 158 | + }, |
133 | 159 | { |
134 | 160 | "customType": "regex", |
135 | 161 | "description": "Track govulncheck version in scripts", |
|
255 | 281 | "matchUpdateTypes": ["major"], |
256 | 282 | "automerge": false, |
257 | 283 | "labels": ["manual-review"] |
| 284 | + }, |
| 285 | + { |
| 286 | + "description": "Fix Renovate lookup for geoip2-golang v2 module path", |
| 287 | + "matchDatasources": ["go"], |
| 288 | + "matchPackageNames": ["github.com/oschwald/geoip2-golang/v2"], |
| 289 | + "sourceUrl": "https://github.com/oschwald/geoip2-golang" |
258 | 290 | } |
259 | 291 | ] |
260 | 292 | } |
0 commit comments