Skip to content

Commit 69b3fe8

Browse files
Migrate config .github/renovate.json (#570)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 62c60d5 commit 69b3fe8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/renovate.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"config:recommended",
55
":semanticCommitsDisabled",
66
"schedule:earlyMondays"
77
],
@@ -18,22 +18,22 @@
1818
"allowedVersions": "/20.[0-9]+.[0-9]+(.[0-9]+)?$/"
1919
}
2020
],
21-
"regexManagers": [
21+
"customManagers": [
2222
{
23+
"customType": "regex",
2324
"fileMatch": ["pom.xml"],
24-
"matchStrings": ["<node.version>(?<currentValue>.*?)<\/node.version>"],
25+
"matchStrings": ["<node.version>(?<currentValue>.*?)</node.version>"],
2526
"depNameTemplate": "node",
2627
"datasourceTemplate": "npm"
2728
},
2829
{
30+
"customType": "regex",
2931
"fileMatch": ["pom.xml"],
30-
"matchStrings": ["<npm.version>(?<currentValue>.*?)<\/npm.version>"],
32+
"matchStrings": ["<npm.version>(?<currentValue>.*?)</npm.version>"],
3133
"depNameTemplate": "npm",
3234
"datasourceTemplate": "npm"
3335
}
3436
],
35-
"labels": [
36-
"dependencies"
37-
],
37+
"labels": ["dependencies"],
3838
"rebaseWhen": "conflicted"
3939
}

0 commit comments

Comments
 (0)