From 581f24b22551c4ef7731eb59d24a7fc6b3cb60c9 Mon Sep 17 00:00:00 2001 From: James Tomlinson Date: Mon, 16 Dec 2024 14:55:28 +0000 Subject: [PATCH] ci: Add minor and patch groups to dependabot. (#315) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 085eaa22..7a934fea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + minor-patch: + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" # Workflow files stored in the # default location of `.github/workflows`