diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 610c647..eb9095a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,14 +8,13 @@ updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "monthly" - day: 'friday' + interval: "daily" + open-pull-requests-limit: 100 - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "monthly" - day: 'friday' - + interval: "daily" + open-pull-requests-limit: 100