diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 50fa9fcb..730226da 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,18 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + eslint: + patterns: + - "eslint" + - "@eslint/*" + - "@types/eslint__*" + - "typescript-eslint" + typescript: + patterns: + - "typescript" + - "@types/*" + fastify: + patterns: + - "fastify" + - "@fastify/*"