Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #316 from microsoft/feature/pylint-dependabot-group
Browse files Browse the repository at this point in the history
chore: adds pylint dependabot group to avoid dependencies misalignments
  • Loading branch information
baywet authored Jun 26, 2024
2 parents 98cb498 + b951bb9 commit dab648a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dab648a

Please sign in to comment.