From 451988ea21234d593a302639057243495f4fc902 Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Mon, 14 Oct 2024 18:20:17 +0800 Subject: [PATCH] fix(dependabot): update npm patch versions in a batch --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3c4bdd7..b0d3165 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,8 @@ updates: open-pull-requests-limit: 1 schedule: interval: "weekly" + # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups + groups: + patch-versions: + update-types: + - "patch"