diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8fd901d..eab8c20 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: weekly day: monday - open-pull-requests-limit: 5 + open-pull-requests-limit: 2 groups: python-minor-patch: patterns: @@ -19,7 +19,7 @@ updates: schedule: interval: weekly day: monday - open-pull-requests-limit: 5 + open-pull-requests-limit: 2 groups: frontend-minor-patch: patterns: @@ -33,11 +33,15 @@ updates: schedule: interval: weekly day: monday - open-pull-requests-limit: 3 + open-pull-requests-limit: 2 - package-ecosystem: github-actions directory: / schedule: interval: weekly day: monday - open-pull-requests-limit: 3 + open-pull-requests-limit: 1 + groups: + github-actions: + patterns: + - "*"