From 0f7cc8a4d93c1256243937405a4cb815b54001c3 Mon Sep 17 00:00:00 2001 From: Miguel Ripoll <3296866+MiguelRipoll23@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:07:21 +0200 Subject: [PATCH] Update dependabot.yml (#359) --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb85b6f..5165df7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,18 @@ updates: directory: / schedule: interval: daily + groups: + dev-dependencies: + patterns: + - "actions/upload-artifact" + - "actions/download-artifact" + - "@types/node" + - "@typescript-eslint/eslint-plugin" + - "@typescript-eslint/parser" + - "@vercel/ncc" + - "eslint" + - "eslint-plugin-github" + - "eslint-plugin-jsonc" + - "eslint-plugin-prettier" + - "prettier" + - "typescript"