|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | 3 | "extends": [ |
4 | | - "config:base", |
| 4 | + "config:recommended", |
5 | 5 | ":semanticCommitsDisabled" |
6 | 6 | ], |
7 | | - "regexManagers": [ |
| 7 | + "customManagers": [ |
8 | 8 | { |
9 | | - "fileMatch": ["tools/check-typos.sh"], |
10 | | - "matchStrings": ["TYPOS_VERSION=(?<currentValue>.*?)\n"], |
| 9 | + "customType": "regex", |
| 10 | + "managerFilePatterns": [ |
| 11 | + "/tools/check-typos.sh/" |
| 12 | + ], |
| 13 | + "matchStrings": [ |
| 14 | + "TYPOS_VERSION=(?<currentValue>.*?)\n" |
| 15 | + ], |
11 | 16 | "depNameTemplate": "crate-ci/typos", |
12 | 17 | "datasourceTemplate": "github-releases" |
13 | 18 | }, |
14 | 19 | { |
15 | | - "fileMatch": ["plotsquared/api/api-documentation.md"], |
16 | | - "matchStrings": ["implementation\\(platform\\(\"com.intellectualsites.bom:bom-newest:(?<currentValue>.*?)\\\""], |
| 20 | + "customType": "regex", |
| 21 | + "managerFilePatterns": [ |
| 22 | + "/plotsquared/api/api-documentation.md/" |
| 23 | + ], |
| 24 | + "matchStrings": [ |
| 25 | + "implementation\\(platform\\(\"com.intellectualsites.bom:bom-newest:(?<currentValue>.*?)\\\"" |
| 26 | + ], |
17 | 27 | "depNameTemplate": "com.intellectualsites.bom:bom-newest", |
18 | 28 | "datasourceTemplate": "maven" |
19 | 29 | }, |
20 | 30 | { |
21 | | - "fileMatch": ["plotsquared/api/api-documentation.md"], |
22 | | - "matchStrings": ["<version>(?<currentValue>.*?)<\/version>"], |
| 31 | + "customType": "regex", |
| 32 | + "managerFilePatterns": [ |
| 33 | + "/plotsquared/api/api-documentation.md/" |
| 34 | + ], |
| 35 | + "matchStrings": [ |
| 36 | + "<version>(?<currentValue>.*?)</version>" |
| 37 | + ], |
23 | 38 | "depNameTemplate": "com.intellectualsites.bom:bom-newest", |
24 | 39 | "datasourceTemplate": "maven" |
25 | 40 | }, |
26 | 41 | { |
27 | | - "fileMatch": ["fastasyncworldedit/API/api-usage.md"], |
28 | | - "matchStrings": ["implementation\\(platform\\(\"com.intellectualsites.bom:bom-newest:(?<currentValue>.*?)\\\""], |
| 42 | + "customType": "regex", |
| 43 | + "managerFilePatterns": [ |
| 44 | + "/fastasyncworldedit/API/api-usage.md/" |
| 45 | + ], |
| 46 | + "matchStrings": [ |
| 47 | + "implementation\\(platform\\(\"com.intellectualsites.bom:bom-newest:(?<currentValue>.*?)\\\"" |
| 48 | + ], |
29 | 49 | "depNameTemplate": "com.intellectualsites.bom:bom-newest", |
30 | 50 | "datasourceTemplate": "maven" |
31 | 51 | }, |
32 | 52 | { |
33 | | - "fileMatch": ["fastasyncworldedit/API/api-usage.md"], |
34 | | - "matchStrings": ["<version>(?<currentValue>.*?)<\/version>"], |
| 53 | + "customType": "regex", |
| 54 | + "managerFilePatterns": [ |
| 55 | + "/fastasyncworldedit/API/api-usage.md/" |
| 56 | + ], |
| 57 | + "matchStrings": [ |
| 58 | + "<version>(?<currentValue>.*?)</version>" |
| 59 | + ], |
35 | 60 | "depNameTemplate": "com.intellectualsites.bom:bom-newest", |
36 | 61 | "datasourceTemplate": "maven" |
37 | 62 | } |
|
0 commit comments