From 8b50e72975dafce1c24367debb0fe690aeb10c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Thu, 5 Dec 2024 12:32:35 +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 5db72dd..abf4b05 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" ] }