diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6fddca0..90de90d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,11 @@ version: 2 updates: - # Maintain dependencies for GitHub Actions + # Enable version updates for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 5 + groups: + github-actions: + patterns: ["*"]