From 17f03c2353f4647ab31f90e770c7cf544d855d1f Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:45:52 +0100 Subject: [PATCH] Update renovate.json --- renovate.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 9a7df05..da64710 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,17 @@ { "extends": ["config:recommended"], "enabledManagers": ["docker-compose"], + "onboarding": false, - "includePaths": ["examples/**"], + "ignorePaths": [ + "**/node_modules/**", + "**/bower_components/**", + "**/vendor/**", + "**/__tests__/**", + "**/test/**", + "**/tests/**", + "**/__fixtures__/**" + ], "docker-compose": { "fileMatch": [