From 05e7db8b0066b2c16e41392300f2f24b4c5f5fd7 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 20 Nov 2023 11:21:00 -0500 Subject: [PATCH] - adds dependabot groups for npm dependencies to reduce noise --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b7bf98b072..1425c2ece99 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,13 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 + groups: + kiota-dependencies: + patterns: + - "*kiota*" + eslint: + patterns: + - "*eslint*" - package-ecosystem: github-actions directory: "/" schedule: