Skip to content

Commit f2feb8b

Browse files
committed
ci(renovate): mark versions to keep up to date
1 parent 51701df commit f2feb8b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
matrix:
1414
include:
1515
# Latest version
16-
- { xdebug: xdebug-3.0.1, php: '8.0', os: ubuntu-18.04 }
17-
- { xdebug: xdebug-3.0.1, php: '8.0', os: windows-2019 }
18-
- { xdebug: xdebug-3.0.1, php: '8.0', os: macos-10.15 }
16+
- { xdebug: xdebug-3.0.1, php: '8.0', os: ubuntu-18.04 } # renovate:keep-up-to-date
17+
- { xdebug: xdebug-3.0.1, php: '8.0', os: windows-2019 } # renovate:keep-up-to-date
18+
- { xdebug: xdebug-3.0.1, php: '8.0', os: macos-10.15 } # renovate:keep-up-to-date
1919
# Old versions
2020
- { xdebug: xdebug-2.9.8, php: '7.4', os: ubuntu-18.04 }
2121
steps:

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
"regexManagers": [
1515
{
1616
"fileMatch": ["^.github/workflows/.+\\.ya?ml$"],
17-
"matchStrings": ["xdebug: xdebug-(?<currentValue>[^,]*)"],
17+
"matchStrings": ["xdebug: xdebug-(?<currentValue>[^,]*).*# renovate:keep-up-to-date"],
1818
"depNameTemplate": "xdebug",
1919
"lookupNameTemplate": "xdebug/xdebug",
2020
"datasourceTemplate": "github-tags",
2121
"versioningTemplate": "loose"
2222
},
2323
{
2424
"fileMatch": ["^.github/workflows/.+\\.ya?ml$"],
25-
"matchStrings": ["php: '(?<currentValue>[^']*)'"],
25+
"matchStrings": ["php: '(?<currentValue>[^']*)'.*# renovate:keep-up-to-date"],
2626
"depNameTemplate": "php",
2727
"lookupNameTemplate": "php/php-src",
2828
"datasourceTemplate": "github-tags",
2929
"versioningTemplate": "loose"
3030
},
3131
{
3232
"fileMatch": ["^.github/workflows/.+\\.ya?ml$"],
33-
"matchStrings": ["node-version: '(?<currentValue>[^']*)'"],
33+
"matchStrings": ["node-version: '(?<currentValue>[^']*)'.*# renovate:keep-up-to-date"],
3434
"depNameTemplate": "node",
3535
"lookupNameTemplate": "nodejs/node",
3636
"datasourceTemplate": "github-tags",

0 commit comments

Comments
 (0)