From e486075322aa1148a51318968ed563f4eb69004d Mon Sep 17 00:00:00 2001 From: Nev Date: Thu, 25 Dec 2025 10:16:09 -0800 Subject: [PATCH] Add Groups to dependabot for updates --- .github/dependabot.yml | 83 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4305749..65ba525 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,17 +5,100 @@ version: 2 updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily" + open-pull-requests-limit: 5 + groups: + nevware21: + patterns: + - "@nevware21/*" + types: + patterns: + - "@types/*" + grunt: + patterns: + - "grunt*" + puppeteer: + patterns: + - "puppeteer" + rollup: + patterns: + - "rollup*" + - "@rollup/*" + typescript: + patterns: + - "typescript*" + - "typedoc" + - "karma-typescript" + - "nyc" + - "@istanbuljs/nyc-config-typescript" + - "*mocha*" - package-ecosystem: "npm" # See documentation for possible values directory: "/dbg" # Location of package manifests schedule: interval: "daily" + open-pull-requests-limit: 5 + groups: + nevware21: + patterns: + - "@nevware21/*" + types: + patterns: + - "@types/*" + grunt: + patterns: + - "grunt*" + puppeteer: + patterns: + - "puppeteer" + rollup: + patterns: + - "rollup*" + - "@rollup/*" + typescript: + patterns: + - "typescript*" + - "typedoc" + - "karma-typescript" + - "nyc" + - "@istanbuljs/nyc-config-typescript" + - "*mocha*" - package-ecosystem: "npm" # See documentation for possible values directory: "/providers" # Location of package manifests schedule: interval: "daily" + open-pull-requests-limit: 5 + groups: + nevware21: + patterns: + - "@nevware21/*" + types: + patterns: + - "@types/*" + grunt: + patterns: + - "grunt*" + puppeteer: + patterns: + - "puppeteer" + rollup: + patterns: + - "rollup*" + - "@rollup/*" + typescript: + patterns: + - "typescript*" + - "typedoc" + - "karma-typescript" + - "nyc" + - "@istanbuljs/nyc-config-typescript" + - "*mocha*"