From 85020a5392ce63d5cef0a2360318f26da10b265e Mon Sep 17 00:00:00 2001 From: awmack Date: Thu, 18 Apr 2024 16:13:30 -0700 Subject: [PATCH] chore: create an additional dependabot group for easy updates PiperOrigin-RevId: 626179658 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2fe3b26..524a261 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: schedule: interval: "monthly" groups: + minor-and-patch: + update-types: + - "minor" + - "patch" production-dependencies: dependency-type: "production" development-dependencies: