diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ee66df244f..7555a1fe35 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,5 +12,9 @@ updates: - package-ecosystem: "github-actions" directory: "/" + groups: + github-actions: + patterns: + - "*" # Group all Actions updates into a single larger pull request schedule: interval: "weekly"