diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9fb62265..6b700227 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,13 @@ version: 2 updates: - # Maintain dependencies for GitHub Actions. - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" cooldown: default-days: 7 + groups: + github-actions: + patterns: [ "*" ] ignore: - dependency-name: "yiisoft/*"