From d6c0aaa5fcfa7a1b8c88ec06cfb4f4eec78a1d8b Mon Sep 17 00:00:00 2001 From: Kevin Joiner <10265309+KevinJoiner@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:12:24 -0400 Subject: [PATCH] Dependabot groups --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac62d70..b5751a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,8 @@ # Please see the documentation for all configuration options: # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + version: 2 updates: # Maintain dependencies for Go @@ -10,9 +12,17 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + go-mod: + patterns: + - "*" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + actions: + patterns: + - "*"