From 4fd1e47787208602bc445cd669bc60127b47bab7 Mon Sep 17 00:00:00 2001 From: "Shkar T. Noori" Date: Wed, 14 Aug 2024 13:04:17 +0300 Subject: [PATCH] Remove target branch from dependabot --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 277573f..6ad284a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,6 @@ updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" - target-branch: dev schedule: interval: "daily" reviewers: @@ -13,7 +12,6 @@ updates: # Maintain dependencies for nuget - package-ecosystem: "nuget" directory: "/" - target-branch: dev schedule: interval: "daily" reviewers: