From b951bb9cb1107592e93e356046f139fb85bf7b1c Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 26 Jun 2024 14:09:10 -0400 Subject: [PATCH] chore: adds pylint dependabot group to avoid dependencies misalignments --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c78c2ed..e9b8cea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,14 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + groups: + open-telemetry: + patterns: + - "*opentelemetry*" + pylint: + patterns: + - "*pylint*" + - "*astroid*" - package-ecosystem: github-actions directory: "/" schedule: