From 55af503e1d0fd34c2852210b1bf18abf6f083564 Mon Sep 17 00:00:00 2001 From: Liam Beckman Date: Wed, 19 Jun 2024 18:08:09 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91abb11..11198e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,10 @@ updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "daily" + target-branch: "develop" + groups: + dependabot: + patterns: + - "*" +