Skip to content

Commit 23620c6

Browse files
authored
chore(dependabot): group nuget and github-actions updates into single… (#156)
… PRs #155
1 parent a6132d5 commit 23620c6

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8-
open-pull-requests-limit: 10
8+
open-pull-requests-limit: 2
9+
groups:
10+
all-nuget:
11+
patterns:
12+
- "*"
913

1014
# Maintain GitHub Actions
1115
- package-ecosystem: "github-actions"
1216
directory: "/"
1317
schedule:
1418
interval: "weekly"
15-
open-pull-requests-limit: 10
19+
open-pull-requests-limit: 2
20+
groups:
21+
all-actions:
22+
patterns:
23+
- "*"

0 commit comments

Comments
 (0)