From a4b8458542e768a6a57288edc41ed264a4662e6b Mon Sep 17 00:00:00 2001 From: csimonapastore Date: Wed, 28 May 2025 00:58:17 +0200 Subject: [PATCH] Changed target branch for dependabot --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 841ded0..5b86d46 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,11 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 5 - target-branch: "sprints/7" + target-branch: "main" - package-ecosystem: "nuget" directory: "/MainProject.Tests" schedule: interval: "daily" open-pull-requests-limit: 5 - target-branch: "sprints/7" + target-branch: "main"