From b323a7aa0fd3fbbfb198c148cb9d059ed03cf228 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Mon, 26 Jan 2026 11:57:00 +0100 Subject: [PATCH] chore: Exclude docs and cookiecutter template from Renovate --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 005b699a7d..417585408a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": ["config:base", ":semanticCommitTypeAll(chore)"], + "ignorePaths": ["docs/**", "src/crawlee/project_template/**"], "pinVersions": false, "separateMajorMinor": false, "dependencyDashboard": false,