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: + - "*" +