Skip to content

Commit

Permalink
ci: adds dependabot groups to reduce PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Dec 5, 2024
1 parent baf905a commit 3a0b967
Showing 1 changed file with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
open-telemetry:
patterns:
- "*opentelemetry*"
kiota:
patterns:
- "*kiota*"
pylint:
patterns:
- "*pylint*"
- "*astroid*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
open-telemetry:
patterns:
- "*opentelemetry*"
kiota:
patterns:
- "*kiota*"
pylint:
patterns:
- "*pylint*"
- "*astroid*"
azure-identity:
patterns:
- "*azure-*"
flit:
patterns:
- "*flit*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit 3a0b967

Please sign in to comment.