From 7942043e281f5e8b08a9963730286b2ca823bb40 Mon Sep 17 00:00:00 2001 From: Dor Blayzer <59066376+Dor-bl@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:39:52 +0200 Subject: [PATCH] Update dependabot.yml try to fix duplicated PRs --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b06f175a..77a07252 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,13 +2,13 @@ version: 2 updates: - package-ecosystem: "nuget" # Files stored in src/Appium.Net directory - directory: "/src/Appium.Net" + directory: "src/Appium.Net" schedule: interval: "weekly" - package-ecosystem: "nuget" # Files stored in test/integration directory - directory: "/test/integration" + directory: "test/integration" schedule: interval: "weekly"