From 80736c5db26cd64aa821bb21fcdcfbbe9471c7cd Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Mon, 15 Jan 2024 11:35:26 -0500 Subject: [PATCH] Batch dependabot updates --- .github/dependabot.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index feed9ad4..10cf3888 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ # Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: @@ -7,7 +7,17 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development"