Skip to content

Commit 8e0086f

Browse files
Migrate config renovate.json (#159)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2bd15d commit 8e0086f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

renovate.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
6-
"regexManagers": [
6+
"customManagers": [
77
{
8+
"customType": "regex",
89
"description": "Upgrade sbt to latest release",
910
"fileMatch": [
1011
"project/build.properties"
@@ -16,7 +17,9 @@
1617
],
1718
"packageRules": [
1819
{
19-
"packageNames": ["sbt/sbt"],
20+
"matchPackageNames": [
21+
"sbt/sbt"
22+
],
2023
"extractVersion": "^v(?<version>.*)$"
2124
}
2225
]

0 commit comments

Comments
 (0)