diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8627148..5da5b9b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,11 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 + # Batch this ecosystem into a single PR. Ungrouped, Dependabot + # opens one PR per dependency, and each PR re-fires every + # workflow in the repo. + groups: + github-actions: + patterns: + - "*"