From 03890c9950333bbaa46760bb0c8656791ca22f1a Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 17 Oct 2024 08:11:03 -0400 Subject: [PATCH 1/2] ci: adds dependabot groups to reduce PRs --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 798aaf50..fad1b257 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,14 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + groups: + kiota: + patterns: + - "*kiota*" + pylint: + patterns: + - "*pylint*" + - "*astroid*" - package-ecosystem: github-actions directory: "/" schedule: From 675172c62df80b046460b9a17c3c8be34d4a014b Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 17 Oct 2024 08:13:58 -0400 Subject: [PATCH 2/2] ci: adds open telemetry group --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fad1b257..bbd7ed98 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,9 @@ updates: interval: daily open-pull-requests-limit: 10 groups: + open-telemetry: + patterns: + - "*opentelemetry*" kiota: patterns: - "*kiota*"