Renovate: fix include paths to allow AGP updates

It needs to know which repositories we're using.
This commit is contained in:
stevenyomi 2025-08-09 16:42:25 +00:00 committed by Draff
parent a69d3321d5
commit 95e98fd5f1
Signed by: Draff
GPG Key ID: E8A89F3211677653

View File

@ -5,7 +5,9 @@
"schedule": ["on sunday"],
"includePaths": [
"buildSrc/gradle/**",
"buildSrc/*.gradle.kts",
"gradle/**",
"*.gradle.kts",
".github/**"
],
"ignoreDeps": ["keiyoushi/issue-moderator-action"],
@ -16,9 +18,6 @@
},
{
"matchManagers": ["gradle"],
"matchPackageNames": [
"!com.android.tools.build:gradle"
],
"enabled": false
},
{