From 581eb1fc98737736cc96fb522080f66d5070f7af Mon Sep 17 00:00:00 2001 From: Simon Marty Date: Thu, 21 Nov 2024 11:08:48 -0800 Subject: [PATCH] Group minor dependency updates (#119) *Issue #, if available:* *Description of changes:* V1 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1d1cc7..bb436fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,13 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + dependencies: + applies-to: version-updates + dependency-type: production + update-types: + - minor + - patch - package-ecosystem: "github-actions" directory: "/" schedule: