From 22e1455ceb750c8341e5f12ad3e9d74fb5b58c17 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Mon, 2 May 2022 22:26:05 -0700 Subject: [PATCH] tell dependabot to target the dev branch --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c49a301..c233282 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" + target-branch: "dev" schedule: # Check for updates to GitHub Actions every weekday interval: "daily" \ No newline at end of file