renovate: update AGP package pattern

This commit is contained in:
Harsh Shandilya 2022-03-25 20:14:45 +05:30
parent 0d63bfe26e
commit d295459728
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -11,7 +11,10 @@
}, },
{ {
"managers": ["gradle"], "managers": ["gradle"],
"packagePatterns": ["^com.android.tools.build"], "packagePatterns": [
"^com.android.application",
"^com.android.library"
],
"enabled": false "enabled": false
} }
] ]