|
14 | 14 | "regexManagers": [ |
15 | 15 | { |
16 | 16 | "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], |
17 | | - "matchStrings": ["xdebug: xdebug-(?<currentValue>[^,]*).*# renovate:keep-up-to-date"], |
| 17 | + "matchStrings": ["xdebug: xdebug-(?<currentValue>\\S+).*# renovate:keep-up-to-date"], |
18 | 18 | "depNameTemplate": "xdebug", |
19 | 19 | "lookupNameTemplate": "xdebug/xdebug", |
20 | 20 | "datasourceTemplate": "github-tags", |
21 | 21 | "versioningTemplate": "loose" |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], |
25 | | - "matchStrings": ["php: '(?<currentValue>[^']*)'.*# renovate:keep-up-to-date"], |
| 25 | + "matchStrings": ["php: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date"], |
26 | 26 | "depNameTemplate": "php", |
27 | 27 | "lookupNameTemplate": "php/php-src", |
28 | 28 | "datasourceTemplate": "github-tags", |
29 | 29 | "versioningTemplate": "loose" |
30 | 30 | }, |
31 | 31 | { |
32 | 32 | "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], |
33 | | - "matchStrings": ["node-version: '(?<currentValue>[^']*)'.*# renovate:keep-up-to-date"], |
| 33 | + "matchStrings": ["node-version: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date"], |
34 | 34 | "depNameTemplate": "node", |
35 | 35 | "lookupNameTemplate": "nodejs/node", |
36 | 36 | "datasourceTemplate": "github-tags", |
|
0 commit comments