fix(renovate): also disable Gradle updates

This commit is contained in:
Harsh Shandilya 2022-11-27 20:19:00 +05:30
parent 8e4330aea3
commit 9aa50637e0
No known key found for this signature in database

View file

@ -9,7 +9,8 @@
{
"matchPackagePatterns": [
"^com.android.tools.build",
"^com.android.test"
"^com.android.test",
"^gradle"
],
"enabled": false
},