Skip to content

Commit dc634b7

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

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

renovate.json

Lines changed: 15 additions & 15 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
"group:all",
66
":dependencyDashboard",
77
"schedule:weekly"
@@ -14,27 +14,27 @@
1414
],
1515
"packageRules": [
1616
{
17-
"matchPackagePrefixes": [
18-
"dev.drewhamilton.poko",
19-
"org.jetbrains.kotlin"
20-
],
21-
"groupName": "kotlin"
17+
"groupName": "kotlin",
18+
"matchPackageNames": [
19+
"dev.drewhamilton.poko{/,}**",
20+
"org.jetbrains.kotlin{/,}**"
21+
]
2222
},
2323
{
24-
"matchPackagePrefixes": [
25-
"io.ktor"
26-
],
2724
"matchCurrentValue": "2.*",
2825
"allowedVersions": "<3.0.0",
29-
"groupName": "ktor2"
26+
"groupName": "ktor2",
27+
"matchPackageNames": [
28+
"io.ktor{/,}**"
29+
]
3030
},
3131
{
32-
"matchPackagePrefixes": [
33-
"io.ktor"
34-
],
3532
"matchCurrentValue": "3.*",
3633
"allowedVersions": ">=3.0.0",
37-
"groupName": "ktor3"
34+
"groupName": "ktor3",
35+
"matchPackageNames": [
36+
"io.ktor{/,}**"
37+
]
3838
}
3939
]
40-
}
40+
}

0 commit comments

Comments
 (0)