Skip to content

Commit a8d5199

Browse files
authored
Update and rename renovate.json to .github/renovate.json5
1 parent 884bff5 commit a8d5199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json .github/renovate.json5

+2-2
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:recommended"
4+
"config:recommended",
55
],
66
"packageRules": [
77
{
88
"groupName": "Ktlint",
99
"enabled": false,
1010
"matchPackageNames": [
11-
"/com.pinterest.ktlint:*/"
11+
"/com.pinterest.ktlint:*/",
1212
]
1313
}
1414
]

0 commit comments

Comments
 (0)