Skip to content

Commit 03890c9

Browse files
committed
ci: adds dependabot groups to reduce PRs
1 parent c61999a commit 03890c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
groups:
9+
kiota:
10+
patterns:
11+
- "*kiota*"
12+
pylint:
13+
patterns:
14+
- "*pylint*"
15+
- "*astroid*"
816
- package-ecosystem: github-actions
917
directory: "/"
1018
schedule:

0 commit comments

Comments
 (0)