Skip to content

Commit dd35898

Browse files
renovate[bot]zobo
andauthored
chore(config): migrate renovate config (#994)
* chore(config): migrate config renovate.json * prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Damjan Cvetko <[email protected]>
1 parent 08f18c0 commit dd35898

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

renovate.json

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,61 @@
11
{
2-
"extends": ["config:base"],
2+
"extends": ["config:recommended"],
33
"timezone": "Europe/Berlin",
44
"rangeStrategy": "bump",
5-
"semanticCommits": true,
6-
"masterIssue": true,
5+
"semanticCommits": "enabled",
6+
"dependencyDashboard": true,
77
"prHourlyLimit": 0,
8-
"node": {
9-
"supportPolicy": ["current"],
10-
"major": {
11-
"enabled": true
12-
}
13-
},
14-
"regexManagers": [
8+
"customManagers": [
159
{
10+
"customType": "regex",
1611
"fileMatch": ["^.github/workflows/.+\\.ya?ml$"],
1712
"matchStrings": ["xdebug: xdebug-(?<currentValue>\\S+).*# renovate:keep-up-to-date"],
1813
"depNameTemplate": "xdebug",
19-
"lookupNameTemplate": "xdebug/xdebug",
14+
"packageNameTemplate": "xdebug/xdebug",
2015
"datasourceTemplate": "github-tags",
2116
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?<prerelease>\\w+)?$"
2217
},
2318
{
19+
"customType": "regex",
2420
"fileMatch": ["^.github/workflows/.+\\.ya?ml$"],
2521
"matchStrings": ["php: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date"],
2622
"depNameTemplate": "php",
27-
"lookupNameTemplate": "php/php-src",
23+
"packageNameTemplate": "php/php-src",
2824
"datasourceTemplate": "github-tags",
2925
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?<prerelease>\\w+)?$"
3026
},
3127
{
28+
"customType": "regex",
3229
"fileMatch": ["^.github/workflows/.+\\.ya?ml$"],
3330
"matchStrings": ["node-version: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date"],
3431
"depNameTemplate": "node",
35-
"lookupNameTemplate": "nodejs/node",
32+
"packageNameTemplate": "nodejs/node",
3633
"datasourceTemplate": "github-tags",
3734
"versioningTemplate": "node"
3835
}
3936
],
4037
"packageRules": [
4138
{
42-
"packageNames": ["php"],
39+
"matchCategories": ["node"],
40+
"major": {
41+
"enabled": true
42+
}
43+
},
44+
{
45+
"matchPackageNames": ["php"],
4346
"extractVersion": "^php-(?<version>.*)$"
4447
},
4548
{
46-
"packageNames": ["node"],
49+
"matchPackageNames": ["node"],
4750
"extractVersion": "^v(?<version>.*)$",
4851
"commitMessageTopic": "Node.js",
4952
"major": {
5053
"enabled": true
5154
}
5255
},
5356
{
54-
"packagePatterns": ["^vscode-debug"],
55-
"groupName": "vscode-debug"
57+
"groupName": "vscode-debug",
58+
"matchPackageNames": ["/^vscode-debug/"]
5659
},
5760
{
5861
"matchPackageNames": ["vscode"],

0 commit comments

Comments
 (0)