From 7375e783480cf9155203674154e57b41d61c0bb6 Mon Sep 17 00:00:00 2001 From: Mogeko Date: Sat, 16 Nov 2024 19:29:05 +0800 Subject: [PATCH] build: enable grouping of version update in Dependabot --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: ["*"]