From 964ec3ce59a66d76171e150aafa0f005e5cc8d0d Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 5 Jul 2023 06:24:14 -0700 Subject: [PATCH] Update dependabot.yml to check main, not master --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b378be58f..ea49cfd2a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: - "dependencies" - package-ecosystem: "github-actions" directory: "/" - target-branch: "master" + target-branch: "main" schedule: # Check for updates to GitHub Actions every weekday interval: "daily"