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