From 7b5a02b0b6a02ce4d7a8d817171574cca4759dbd Mon Sep 17 00:00:00 2001 From: Rob Herley Date: Mon, 13 Jan 2025 12:20:02 -0500 Subject: [PATCH] Update dependabot config to group packages (& include actions eco) (#3880) --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f93..bf19191e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,15 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + gomod: + patterns: + - "*" + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*"