diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3fb6ad6..2e0e960 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,18 +3,25 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "monthly" + interval: "weekly" day: "monday" - open-pull-requests-limit: 2 + open-pull-requests-limit: 5 labels: - "dependencies" - "python" + groups: + python-deps: + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly" day: "monday" - open-pull-requests-limit: 2 + open-pull-requests-limit: 5 labels: - "dependencies" - "github-actions"