Skip to content

Commit 21f4c15

Browse files
authored
Merge pull request #411 from android/tm/fix-renovate
Remove regex character from compose compiler prefix
2 parents ae91204 + 8a75a22 commit 21f4c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

+1-1
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)