From 86381758a633dc7f23fcfc52073b4c7e2d085f76 Mon Sep 17 00:00:00 2001 From: hangy Date: Sun, 12 Nov 2023 12:00:07 +0100 Subject: [PATCH] chore: Group dependabot updates (#9299) --- .github/dependabot.yml | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30a9410c01532..f3ccf7cdbc01c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,23 +7,54 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 300 + groups: + babel: + patterns: + - "@babel/*" + - "gulp-babel" + gulp: + patterns: + - "@types/gulp*" + - "gulp*" + exclude-patterns: + - "gulp-babel" + jquery: + patterns: + - "@types/jquery*" + - "jquery*" + leaflet: + patterns: + - "leaflet*" + lint: + patterns: + - "@typescript-eslint/*" + - "eslint*" + - "stylelint*" + test-dependencies: + patterns: + - "chai*" + - "mocha" + typescript: + patterns: + - "ts-node" + - "typescript" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "daily" open-pull-requests-limit: 300 - package-ecosystem: "docker" directory: "/" schedule: - interval: "daily" + interval: "daily" open-pull-requests-limit: 300 - package-ecosystem: "docker" directory: "/docker/frontend" schedule: - interval: "daily" + interval: "daily" open-pull-requests-limit: 300 - package-ecosystem: "pip" directory: "/scripts/packager-codes/non-eu/" schedule: - interval: "daily" + interval: "daily" open-pull-requests-limit: 300