diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bcd434ca8..aaa9ff523 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: weekly + groups: + all: + patterns: + - "*" open-pull-requests-limit: 10 # Maintain dependencies for GitHub Actions @@ -11,9 +15,17 @@ updates: directory: "/" schedule: interval: weekly + groups: + all: + patterns: + - "*" # Maintain dependencies for docker - package-ecosystem: "docker" directory: "/" schedule: interval: weekly + groups: + all: + patterns: + - "*"