From f6d1a7501ce9454206cfe807d4eddb21a89bff07 Mon Sep 17 00:00:00 2001 From: Tamme Dittrich Date: Thu, 15 Aug 2024 17:22:03 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 010f08a..2f07b68 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: interval: "weekly" day: "thursday" groups: - npm-dependencies: + backend-dependencies: patterns: - "*" - package-ecosystem: "npm" @@ -15,7 +15,7 @@ updates: interval: "weekly" day: "thursday" groups: - npm-dependencies: + frontend-dependencies: patterns: - "*" - package-ecosystem: "github-actions" @@ -24,6 +24,6 @@ updates: interval: "weekly" day: "thursday" groups: - npm-dependencies: + ci-dependencies: patterns: - "*"