From 58789b15a3835a77f43ef135da89858d3fea2da7 Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 3 Feb 2024 09:13:00 +0100 Subject: [PATCH] configure dependabot for client dependencies --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d002dfda..3e94d3ea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,18 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 + - package-ecosystem: "npm" + directory: "/commafeed-client" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + groups: + mantine: + patterns: + - "@mantine/*" + lingui: + patterns: + - "@lingui/*" - package-ecosystem: "github-actions" directory: "/" schedule: