Skip to content

Commit 8a75a22

Browse files
authored
Remove regex character from compose compiler prefix
Renovate doesn't correctly treat compose compiler as kotlin dependency. Given this used to work, it's possible that they changed the implementation and it doesn't allow the regex chars anymore.
1 parent 910976e commit 8a75a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"groupName": "Kotlin Dependencies",
1212
"matchPackagePrefixes": [
1313
"org.jetbrains.kotlin",
14-
"^androidx.compose.compiler"
14+
"androidx.compose.compiler"
1515
]
1616
}
1717
]

0 commit comments

Comments
 (0)