From 7e44569b0501f6c9348def10f013d3e0ec51d479 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 17 Oct 2024 08:15:08 -0400 Subject: [PATCH] ci: adds dependabot groups to reduce PRs --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eca074ff81a..6733f144cb3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,13 @@ updates: open-telemetry: patterns: - "*opentelemetry*" + kiota: + patterns: + - "*kiota*" + pylint: + patterns: + - "*pylint*" + - "*astroid*" - package-ecosystem: github-actions directory: "/" schedule: