Renovate: fix include paths to allow AGP updates
It needs to know which repositories we're using.
This commit is contained in:
parent
a69d3321d5
commit
95e98fd5f1
5
.github/renovate.json
vendored
5
.github/renovate.json
vendored
@ -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
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user