renovate: remove androidx.compose.compiler rule

This commit is contained in:
Harsh Shandilya 2022-08-20 00:05:43 +05:30
parent b6d0c8fb0b
commit 8a3f1f167d
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

10
.github/renovate.json vendored
View file

@ -27,16 +27,6 @@
],
"datasourceTemplate": "maven",
"depNameTemplate": "com.facebook:ktfmt"
},
{
"fileMatch": [
".toml$"
],
"matchStrings": [
"composeCompiler = \"(?<currentValue>.*)\""
],
"datasourceTemplate": "maven",
"depNameTemplate": "androidx.compose.compiler:compiler"
}
]
}