|
4 | 4 | "rangeStrategy": "bump", |
5 | 5 | "semanticCommits": true, |
6 | 6 | "masterIssue": true, |
7 | | - "prHourlyLimit": 0 |
| 7 | + "prHourlyLimit": 0, |
| 8 | + "node": { |
| 9 | + "supportPolicy": ["current"], |
| 10 | + "major": { |
| 11 | + "enabled": true |
| 12 | + } |
| 13 | + }, |
| 14 | + "regexManagers": [ |
| 15 | + { |
| 16 | + "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], |
| 17 | + "matchStrings": ["xdebug: xdebug-(?<currentValue>[^,]*)"], |
| 18 | + "depNameTemplate": "xdebug", |
| 19 | + "lookupNameTemplate": "xdebug/xdebug", |
| 20 | + "datasourceTemplate": "github-tags", |
| 21 | + "versioningTemplate": "loose" |
| 22 | + }, |
| 23 | + { |
| 24 | + "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], |
| 25 | + "matchStrings": ["php: '(?<currentValue>[^']*)'"], |
| 26 | + "depNameTemplate": "php", |
| 27 | + "lookupNameTemplate": "php/php-src", |
| 28 | + "datasourceTemplate": "github-tags", |
| 29 | + "extractVersion": "^php-(?<version>.*)$", |
| 30 | + "versioningTemplate": "loose" |
| 31 | + }, |
| 32 | + { |
| 33 | + "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], |
| 34 | + "matchStrings": ["node-version: '(?<currentValue>[^']*)'"], |
| 35 | + "depNameTemplate": "node", |
| 36 | + "lookupNameTemplate": "nodejs/node", |
| 37 | + "datasourceTemplate": "github-tags", |
| 38 | + "versioningTemplate": "node" |
| 39 | + } |
| 40 | + ], |
| 41 | + "packageRules": [ |
| 42 | + { |
| 43 | + "packageNames": ["node"], |
| 44 | + "extractVersion": "^v(?<version>.*)$", |
| 45 | + "commitMessageTopic": "Node.js", |
| 46 | + "major": { |
| 47 | + "enabled": true |
| 48 | + } |
| 49 | + } |
| 50 | + ] |
8 | 51 | } |
0 commit comments