From d83d9afb4aa87a8cf377662424b65191caddb1c4 Mon Sep 17 00:00:00 2001 From: James Oswald Date: Tue, 13 Feb 2024 12:49:24 -0500 Subject: [PATCH] Dependabot updates for GitHub Actions and groups --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 34c42b2c..569f5eb1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,15 @@ updates: schedule: interval: "weekly" day: "sunday" + groups: + all-npm-dependencies: + patterns: + - "*" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + all-gh-actions-dependencies: + patterns: + - "*"