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"