|
7 | 7 | "description": "Group all GitHub Actions updates together", |
8 | 8 | "matchManagers": ["github-actions"], |
9 | 9 | "groupName": "GitHub Actions" |
| 10 | + }, |
| 11 | + { |
| 12 | + "description": "Group all Autorest updates together", |
| 13 | + "matchManagers": ["custom.regex"], |
| 14 | + "matchPackageNames": ["autorest", "@autorest/*"], |
| 15 | + "groupName": "Autorest" |
| 16 | + } |
| 17 | + ], |
| 18 | + "customManagers": [ |
| 19 | + { |
| 20 | + "customType": "regex", |
| 21 | + "managerFilePatterns": [ |
| 22 | + "diracx-testing/src/diracx/testing/client_generation.py" |
| 23 | + ], |
| 24 | + "versioningTemplate": "npm", |
| 25 | + "datasourceTemplate": "npm", |
| 26 | + "depNameTemplate": "autorest", |
| 27 | + "matchStrings": [ |
| 28 | + "AUTOREST_VERSION\\s*=\\s*[\"'](?<currentValue>\\S+)[\"']" |
| 29 | + ] |
| 30 | + }, |
| 31 | + { |
| 32 | + "customType": "regex", |
| 33 | + "managerFilePatterns": [ |
| 34 | + "diracx-testing/src/diracx/testing/client_generation.py" |
| 35 | + ], |
| 36 | + "versioningTemplate": "npm", |
| 37 | + "datasourceTemplate": "npm", |
| 38 | + "depNameTemplate": "@autorest/core", |
| 39 | + "matchStrings": [ |
| 40 | + "AUTOREST_CORE_VERSION\\s*=\\s*[\"'](?<currentValue>\\S+)[\"']" |
| 41 | + ] |
| 42 | + }, |
| 43 | + { |
| 44 | + "customType": "regex", |
| 45 | + "managerFilePatterns": [ |
| 46 | + "diracx-testing/src/diracx/testing/client_generation.py" |
| 47 | + ], |
| 48 | + "versioningTemplate": "npm", |
| 49 | + "datasourceTemplate": "npm", |
| 50 | + "matchStrings": [ |
| 51 | + "AUTOREST_PLUGINS\\s*=\\s*{[^}]*}", |
| 52 | + "\\s*[\"'](?<depName>\\S+)[\"']:\\s*[\"'](?<currentValue>\\S+)[\"'],?" |
| 53 | + ] |
10 | 54 | } |
11 | 55 | ] |
12 | 56 | } |
0 commit comments