From 119a362e38159fcadb0b9ff5f0c6d51e9477e4ae Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Mon, 2 Dec 2024 11:48:12 +0100 Subject: [PATCH] ci: create dependency groups for dependabot --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46eabcf..2c10096 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,3 +18,18 @@ updates: directory: "/test/app" schedule: interval: "weekly" + groups: + eslint: + patterns: + - "eslint" + - "@eslint/*" + - "@types/eslint__*" + - "typescript-eslint" + typescript: + patterns: + - "typescript" + - "ts-node" + fastify: + patterns: + - "fastify" + - "@fastify/*"