From 95e98fd5f1c5db38843b0fb6d2ea97f5ea1533a3 Mon Sep 17 00:00:00 2001 From: stevenyomi <95685115+stevenyomi@users.noreply.github.com> Date: Sat, 9 Aug 2025 16:42:25 +0000 Subject: [PATCH] Renovate: fix include paths to allow AGP updates It needs to know which repositories we're using. --- .github/renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 341b6ee8e..a893c2c63 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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 }, {