From 0a66089cad7f54a5bdf650dcef4f82cfa2b36e1e Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Sat, 18 Mar 2023 20:49:01 -0400 Subject: [PATCH] Updated dependabot configuration to target the dev branch. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 29095aa..482207e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: npm + target-branch: dev directory: / schedule: interval: daily @@ -11,6 +12,7 @@ updates: labels: - 'feature / dependency' - package-ecosystem: pip + target-branch: dev directory: / schedule: interval: daily