From 202c31d67046ee67928f2ee10d50bdb161589205 Mon Sep 17 00:00:00 2001 From: Edward Miller Date: Tue, 9 Jul 2024 15:43:11 -0500 Subject: [PATCH] fix target branch --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 301ec0d..774932b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: "/" schedule: interval: "daily" - target-branch: "master" + target-branch: "main" open-pull-requests-limit: 20 ignore: - dependency-name: "Microsoft.Maui.*"