diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53db0c1..0832fb7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,18 @@ updates: directory: "/" schedule: interval: "daily" + groups: + dependencies: + patterns: + - "*" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + dependencies: + patterns: + - "*" +