Delete renovate.json

Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ <wayne6324@gmail.com>
This commit is contained in:
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
2024-07-13 14:41:14 +00:00
committed by GitHub
parent 81f8a59ec9
commit 0cbb459b86

View File

@@ -1,37 +0,0 @@
{
"labels": [
"dependencies",
],
"extends": [
"config:base",
],
"packageRules": [
{
"groupName": "Kotlin and KSP",
"matchPackagePrefixes": [
"com.google.devtools.ksp",
],
"matchPackagePatterns": [
"org.jetbrains.kotlin.*",
]
},
{
"groupName": "AGP",
"matchPackagePatterns": [
"com.android.*",
]
},
{
"groupName": "androidx.lifecycle",
"matchPackagePatterns": [
"androidx.lifecycle:*",
]
},
{
"groupName": "Dagger",
"matchPackagePrefixes": [
"com.google.dagger",
]
}
]
}