From 105254862a5c55cf3e11dfd10cad516500637ea4 Mon Sep 17 00:00:00 2001 From: zihluwang Date: Fri, 12 Dec 2025 10:57:33 +0800 Subject: [PATCH] ci: group all dependabot updates --- .github/dependabot.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a489f23..9a810e3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,13 +5,23 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "npm" + directory: "/" schedule: interval: "weekly" commit-message: prefix: "chore: " + + groups: + dependency-updates: + patterns: ["*"] + update-types: ["minor", "patch"] + ignore: - dependency-name: "@types/node" - # For Node types, ignore all major updates - update-types: ["version-update:semver-major"] \ No newline at end of file + update-types: ["version-update:semver-major"] + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file