From b3fc2ed7c67744eacbf671bff1c87055bf76c77d Mon Sep 17 00:00:00 2001 From: meskill <8974488+meskill@users.noreply.github.com> Date: Thu, 19 Mar 2026 19:57:47 +0000 Subject: [PATCH] ci: fix dependabot relative path settings --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 647f3c779..d72071c6f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,33 +6,33 @@ updates: schedule: interval: weekly exclude-paths: - - "/integration/**" + - "integration/**" - "**/tests/**" - package-ecosystem: bundler directory: / schedule: interval: weekly exclude-paths: - - "/integration/**" + - "integration/**" - "**/tests/**" - package-ecosystem: gomod directory: / schedule: interval: weekly exclude-paths: - - "/integration/**" + - "integration/**" - "**/tests/**" - package-ecosystem: npm directory: / schedule: interval: weekly exclude-paths: - - "/integration/**" + - "integration/**" - "**/tests/**" - package-ecosystem: cargo directory: / schedule: interval: weekly exclude-paths: - - "/integration/**" + - "integration/**" - "**/tests/**"