Skip to content

Commit d92a278

Browse files
authored
sqs
1 parent c2be2e5 commit d92a278

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "npm"
3+
- package-ecosystem: nuget
44
directory: "/"
55
schedule:
66
interval: "daily"
7-
time: "11:00"
8-
open-pull-requests-limit: 10
9-
target-branch: "main"
10-
allow:
11-
- dependency-type: "production"
12-
- package-ecosystem: "nuget"
13-
directory: "/"
14-
schedule:
15-
interval: "daily"
16-
time: "11:00"
17-
open-pull-requests-limit: 10
18-
target-branch: "main"
7+
open-pull-requests-limit: 16
8+
groups:
9+
# Specify a name for the group, which will be used in pull request titles
10+
# and branch names
11+
nuget-dependencies:
12+
# Define patterns to include dependencies in the group (based on
13+
# dependency name)
14+
patterns:
15+
- "*" # A wildcard that matches all dependencies

Test.sln

Whitespace-only changes.

0 commit comments

Comments
 (0)