-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathdependabot.yml
More file actions
44 lines (41 loc) · 1.07 KB
/
dependabot.yml
File metadata and controls
44 lines (41 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/src/Dotnet.Samples.AspNetCore.WebApi"
schedule:
interval: "daily"
commit-message:
include: scope
prefix: "chore(deps): "
groups:
serilog:
patterns:
- "Serilog*"
entity-framework:
patterns:
- "Microsoft.EntityFrameworkCore*"
aspnetcore:
patterns:
- "Microsoft.AspNetCore*"
fluentvalidation:
patterns:
- "FluentValidation*"
- package-ecosystem: "nuget"
directory: "/test/Dotnet.Samples.AspNetCore.WebApi.Tests"
schedule:
interval: "daily"
commit-message:
include: scope
prefix: "chore(deps): "
groups:
xunit:
patterns:
- "xunit*"
entity-framework:
patterns:
- "Microsoft.EntityFrameworkCore*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"