From c6b9c753fe312caddc754ca946d57f9dfb35d053 Mon Sep 17 00:00:00 2001 From: peelz Date: Sat, 27 May 2023 19:30:02 -0400 Subject: [PATCH] Change dependabot's config 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 5541e0fde..5236a352f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,7 @@ version: 2 updates: - package-ecosystem: github-actions + target-branch: develop directory: / schedule: interval: daily