From ca8fd6742829c34ff4dca4f92c755a69278b3b0c Mon Sep 17 00:00:00 2001 From: csimonapastore Date: Wed, 28 May 2025 00:41:08 +0200 Subject: [PATCH] Changed target branch --- .github/workflows/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 9b87815..333752b 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 5 - target-branch: "main" + target-branch: "sprints/7" versioning-strategy: "follow-root-version" - package-ecosystem: "nuget" @@ -13,5 +13,5 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 5 - target-branch: "main" + target-branch: "sprints/7" versioning-strategy: "follow-root-version"