Skip to content

Commit 5a5db69

Browse files
chore(config): migrate renovate config (#2417)
* chore(config): migrate config renovate.json * Update and rename renovate.json to .github/renovate.json5 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zongle Wang <[email protected]>
1 parent 1e69a03 commit 5a5db69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json renamed to .github/renovate.json5

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended",
55
],
66
"packageRules": [
77
{
88
"groupName": "Ktlint",
99
"enabled": false,
10-
"matchPackagePatterns": [
11-
"com.pinterest.ktlint:*"
10+
"matchPackageNames": [
11+
"/com.pinterest.ktlint:*/",
1212
]
1313
}
1414
]

0 commit comments

Comments
 (0)