From 89cd8137edaa756fba78a1b8a1b20abd09893cfc Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Tue, 15 Sep 2026 14:06:13 +0100 Subject: [PATCH] Update Renovate schema URL in renovate.json --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 374ff2c..c54154b 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" @@ -14,6 +14,6 @@ "matchManagers": ["github-actions"], "groupName": "GitHub Actions", "addLabels": ["ci", "dependencies"] - }, + } ] }