From 667cf38fc66199ca976297f50f1c0d16fd2b4a40 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 12 Apr 2024 17:19:01 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a96fa7e8..269438fa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,6 @@ version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" + target-branch: "dev" schedule: interval: "weekly"