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/**"