Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 90a6e64

Browse files
authored
Update and rename renovate.json to renovate.json5
1 parent 86ba9fd commit 90a6e64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json .github/renovate.json5

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"labels": [
3-
"dependencies"
3+
"dependencies",
44
],
55
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
66
"extends": [
7-
"config:base"
7+
"config:base",
88
],
99
"packageRules": [
1010
{
1111
"groupName": "Kotlin and KSP",
1212
"matchPackagePrefixes": [
13-
"com.google.devtools.ksp"
13+
"com.google.devtools.ksp",
1414
],
1515
"matchPackagePatterns": [
16-
"org.jetbrains.kotlin.*"
16+
"org.jetbrains.kotlin.*",
1717
]
1818
}
1919
]

0 commit comments

Comments
 (0)