From 1459a16693c35873f7e34919a3116d2cf283a8cf Mon Sep 17 00:00:00 2001 From: Brian Sherwin <181449+bsherwin@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:20:50 -0500 Subject: [PATCH] Fix exclude-paths formatting in dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4a118c11..e1be84308 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: schedule: interval: "weekly" exclude-paths: - - "/archive/**" + - "archive/**" - package-ecosystem: "npm" directories: - "/fabric/*" @@ -19,4 +19,4 @@ updates: schedule: interval: "weekly" exclude-paths: - - "/archive/**" + - "archive/**"