From f90c8a821d51707f8616f74dd41c7d5d14235e19 Mon Sep 17 00:00:00 2001 From: Mattia Panzeri <1754457+panz3r@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:32:09 +0100 Subject: [PATCH] chore(dependabot): add `exclude-paths` for `npm` updates in root and `lib` directories --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3cde2d3..dfb5303 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,8 @@ updates: directories: - "/" - "/lib" + exclude-paths: + - "examples/*" schedule: interval: daily time: "11:00"