|
1 | 1 | { |
2 | | - "extends": ["config:base"], |
| 2 | + "extends": ["config:recommended"], |
3 | 3 | "timezone": "Europe/Berlin", |
4 | 4 | "rangeStrategy": "bump", |
5 | | - "semanticCommits": true, |
6 | | - "masterIssue": true, |
| 5 | + "semanticCommits": "enabled", |
| 6 | + "dependencyDashboard": true, |
7 | 7 | "prHourlyLimit": 0, |
8 | | - "node": { |
9 | | - "supportPolicy": ["current"], |
10 | | - "major": { |
11 | | - "enabled": true |
12 | | - } |
13 | | - }, |
14 | | - "regexManagers": [ |
| 8 | + "customManagers": [ |
15 | 9 | { |
| 10 | + "customType": "regex", |
16 | 11 | "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], |
17 | 12 | "matchStrings": ["xdebug: xdebug-(?<currentValue>\\S+).*# renovate:keep-up-to-date"], |
18 | 13 | "depNameTemplate": "xdebug", |
19 | | - "lookupNameTemplate": "xdebug/xdebug", |
| 14 | + "packageNameTemplate": "xdebug/xdebug", |
20 | 15 | "datasourceTemplate": "github-tags", |
21 | 16 | "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?<prerelease>\\w+)?$" |
22 | 17 | }, |
23 | 18 | { |
| 19 | + "customType": "regex", |
24 | 20 | "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], |
25 | 21 | "matchStrings": ["php: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date"], |
26 | 22 | "depNameTemplate": "php", |
27 | | - "lookupNameTemplate": "php/php-src", |
| 23 | + "packageNameTemplate": "php/php-src", |
28 | 24 | "datasourceTemplate": "github-tags", |
29 | 25 | "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?<prerelease>\\w+)?$" |
30 | 26 | }, |
31 | 27 | { |
| 28 | + "customType": "regex", |
32 | 29 | "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], |
33 | 30 | "matchStrings": ["node-version: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date"], |
34 | 31 | "depNameTemplate": "node", |
35 | | - "lookupNameTemplate": "nodejs/node", |
| 32 | + "packageNameTemplate": "nodejs/node", |
36 | 33 | "datasourceTemplate": "github-tags", |
37 | 34 | "versioningTemplate": "node" |
38 | 35 | } |
39 | 36 | ], |
40 | 37 | "packageRules": [ |
41 | 38 | { |
42 | | - "packageNames": ["php"], |
| 39 | + "matchCategories": ["node"], |
| 40 | + "major": { |
| 41 | + "enabled": true |
| 42 | + } |
| 43 | + }, |
| 44 | + { |
| 45 | + "matchPackageNames": ["php"], |
43 | 46 | "extractVersion": "^php-(?<version>.*)$" |
44 | 47 | }, |
45 | 48 | { |
46 | | - "packageNames": ["node"], |
| 49 | + "matchPackageNames": ["node"], |
47 | 50 | "extractVersion": "^v(?<version>.*)$", |
48 | 51 | "commitMessageTopic": "Node.js", |
49 | 52 | "major": { |
50 | 53 | "enabled": true |
51 | 54 | } |
52 | 55 | }, |
53 | 56 | { |
54 | | - "packagePatterns": ["^vscode-debug"], |
55 | | - "groupName": "vscode-debug" |
| 57 | + "groupName": "vscode-debug", |
| 58 | + "matchPackageNames": ["/^vscode-debug/"] |
56 | 59 | }, |
57 | 60 | { |
58 | 61 | "matchPackageNames": ["vscode"], |
|
0 commit comments