From 86108e83935a345df65f7c399b44f7d2f729eb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Thu, 5 Dec 2024 19:04:25 +0100 Subject: [PATCH] Update and rename renovate.json to .github/renovate.json --- renovate.json => .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename renovate.json => .github/renovate.json (66%) diff --git a/renovate.json b/.github/renovate.json similarity index 66% rename from renovate.json rename to .github/renovate.json index 5db72dd6a..abf4b0566 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "local>android/.github:renovate-config" ] }