Skip to content

Commit b1b2d58

Browse files
committed
prettier
1 parent d782c99 commit b1b2d58

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

renovate.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
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",
@@ -20,9 +18,7 @@
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",
@@ -31,9 +27,7 @@
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",

0 commit comments

Comments
 (0)