From 9d75cf1b94056b880e8578ce56c353dd0e30524d Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Tue, 15 Sep 2026 14:28:14 +0100 Subject: [PATCH] Update Renovate schema URL in configuration --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index c2f610c..646475b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { - "$schema": "https://renovatebot.com", + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:best-practices", "helpers:pinGitHubActionDigestsToSemver"