From ff2b1d8ca505d4b5296d95ad658504ef4ce60450 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Mon, 30 Mar 2026 10:47:56 +0200 Subject: [PATCH] chore: ignore versioned docs in Renovate config Co-Authored-By: Claude Opus 4.6 (1M context) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 9493deb7..18a0a04a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "extends": ["config:base", ":semanticCommitTypeAll(chore)"], - "ignorePaths": ["docs/**"], + "ignorePaths": ["docs/**", "website/versioned_docs/**"], "pinVersions": false, "separateMajorMinor": false, "dependencyDashboard": false,