From 4c60bd2f67a9215500589631a83c493529d7d330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Tue, 24 Dec 2024 09:20:49 +0100 Subject: [PATCH] Update Renovate config --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8e2b279..f15c136 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,3 +1,4 @@ { - "extends": ["config:recommended", "schedule:weekly", ":prConcurrentLimitNone", ":prHourlyLimitNone"] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>RustForWeb/.github:renovate-config"] }