Skip to content

Commit 66f734f

Browse files
Migrate renovate config (#165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca896fb commit 66f734f

File tree

1 file changed

+37
-12
lines changed

1 file changed

+37
-12
lines changed

.github/renovate.json

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,62 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"config:recommended",
55
":semanticCommitsDisabled"
66
],
7-
"regexManagers": [
7+
"customManagers": [
88
{
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+
],
1116
"depNameTemplate": "crate-ci/typos",
1217
"datasourceTemplate": "github-releases"
1318
},
1419
{
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+
],
1727
"depNameTemplate": "com.intellectualsites.bom:bom-newest",
1828
"datasourceTemplate": "maven"
1929
},
2030
{
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+
],
2338
"depNameTemplate": "com.intellectualsites.bom:bom-newest",
2439
"datasourceTemplate": "maven"
2540
},
2641
{
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+
],
2949
"depNameTemplate": "com.intellectualsites.bom:bom-newest",
3050
"datasourceTemplate": "maven"
3151
},
3252
{
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+
],
3560
"depNameTemplate": "com.intellectualsites.bom:bom-newest",
3661
"datasourceTemplate": "maven"
3762
}

0 commit comments

Comments
 (0)