From 9d32693f4cf8b11b51b000ee161aa5a7f13cfbaf Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Mon, 26 Jan 2026 12:19:37 +0100 Subject: [PATCH] chore: Exclude docs from Renovate To eliminate artifacts update problems --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 39f4b56f..90167e92 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": ["config:base", ":semanticCommitTypeAll(chore)"], + "ignorePaths": ["docs/**"], "pinVersions": false, "separateMajorMinor": false, "dependencyDashboard": false,