From 460b35c3a53b38ccf0cfb27e7f532ffabccee01e Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 1 Nov 2024 14:41:35 +0100 Subject: [PATCH] npm-fe2-dev and npm-fe2-prod --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f373ef8..a24fe37 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,9 +12,14 @@ updates: schedule: interval: weekly - package-ecosystem: npm - directory: /fe2 + directory: "/fe2" groups: - npm-fe2: + npm-fe2-dev: + dependency-type: development + patterns: + - "*" # Group all npm updates into a single larger pull request + npm-fe2-prod: + dependency-type: production patterns: - "*" # Group all npm updates into a single larger pull request schedule: