From e4931ee6650d2a3f00690596826e74ddf177cf1f Mon Sep 17 00:00:00 2001 From: Andreas Violaris <48277853+aviolaris@users.noreply.github.com> Date: Sun, 7 Jul 2024 22:28:57 +0300 Subject: [PATCH] Update target branches for dependency updates - Changed target branch for pip updates from "1.11.x" to "2.0.x" - Changed target branch for GitHub Actions updates from "1.11.x" to "2.0.x" --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff66099..abe07c9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,9 @@ updates: directory: "/app" schedule: interval: "weekly" - target-branch: "1.11.x" + target-branch: "2.0.x" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - target-branch: "1.11.x" + target-branch: "2.0.x"