diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 99dbb75..6c7c9ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,10 @@ updates: schedule: interval: "monthly" time: "03:20" - open-pull-requests-limit: 10 + groups: + actions: + patterns: + - "*" # Maintain dependencies for pip - package-ecosystem: "pip" @@ -17,4 +20,7 @@ updates: schedule: interval: "monthly" time: "03:10" - open-pull-requests-limit: 10 + groups: + actions: + patterns: + - "*"