Skip to content

Commit 13ada12

Browse files
authored
Merge pull request #707 from microsoftgraph/feature/dependabot-groups
ci: adds dependabot groups to reduce PRs
2 parents c61999a + 675172c commit 13ada12

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
groups:
9+
open-telemetry:
10+
patterns:
11+
- "*opentelemetry*"
12+
kiota:
13+
patterns:
14+
- "*kiota*"
15+
pylint:
16+
patterns:
17+
- "*pylint*"
18+
- "*astroid*"
819
- package-ecosystem: github-actions
920
directory: "/"
1021
schedule:

0 commit comments

Comments
 (0)