File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 99 {
1010 "customType" : " regex" ,
1111 "fileMatch" : [" ^.github/workflows/.+\\ .ya?ml$" ],
12- "matchStrings" : [
13- " xdebug: xdebug-(?<currentValue>\\ S+).*# renovate:keep-up-to-date"
14- ],
12+ "matchStrings" : [" xdebug: xdebug-(?<currentValue>\\ S+).*# renovate:keep-up-to-date" ],
1513 "depNameTemplate" : " xdebug" ,
1614 "packageNameTemplate" : " xdebug/xdebug" ,
1715 "datasourceTemplate" : " github-tags" ,
2018 {
2119 "customType" : " regex" ,
2220 "fileMatch" : [" ^.github/workflows/.+\\ .ya?ml$" ],
23- "matchStrings" : [
24- " php: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date"
25- ],
21+ "matchStrings" : [" php: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date" ],
2622 "depNameTemplate" : " php" ,
2723 "packageNameTemplate" : " php/php-src" ,
2824 "datasourceTemplate" : " github-tags" ,
3127 {
3228 "customType" : " regex" ,
3329 "fileMatch" : [" ^.github/workflows/.+\\ .ya?ml$" ],
34- "matchStrings" : [
35- " node-version: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date"
36- ],
30+ "matchStrings" : [" node-version: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date" ],
3731 "depNameTemplate" : " node" ,
3832 "packageNameTemplate" : " nodejs/node" ,
3933 "datasourceTemplate" : " github-tags" ,
You can’t perform that action at this time.
0 commit comments