From ee73101154dd8bd621e6c6599cdd58d776675a5c Mon Sep 17 00:00:00 2001 From: Marc Levy Date: Mon, 6 Jul 2026 09:45:20 -0400 Subject: [PATCH] chore(deps): group minor+patch dependabot updates into one PR --- .github/dependabot.yml | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5a32bd8..3a8fc45 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,21 @@ +--- version: 2 updates: - - package-ecosystem: npm - directory: / - schedule: - interval: weekly - - package-ecosystem: github-actions - directory: / - schedule: - interval: weekly +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + groups: + minor-and-patch: + update-types: + - minor + - patch +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + groups: + minor-and-patch: + update-types: + - minor + - patch \ No newline at end of file