-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdependabot.yml
More file actions
36 lines (36 loc) · 1.16 KB
/
dependabot.yml
File metadata and controls
36 lines (36 loc) · 1.16 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
version: 2
registries:
particular-packages:
type: nuget-feed
url: https://f.feedz.io/particular-software/packages/nuget/index.json
updates:
- package-ecosystem: nuget
directory: "/src"
registries: "*"
schedule:
interval: daily
open-pull-requests-limit: 1000
groups:
AWSSDK:
patterns:
- "AWSSDK.*"
NServiceBusCore:
patterns:
- "NServiceBus"
- "NServiceBus.AcceptanceTesting"
- "NServiceBus.AcceptanceTests.Sources"
- "NServiceBus.PersistenceTests.Sources"
- "NServiceBus.TransportTests.Sources"
ignore:
# Particular.Analyzers updates are distributed via RepoStandards
- dependency-name: "Particular.Analyzers"
# Changing these 3 dependencies affects the .NET SDK and Visual Studio versions we support
# These types of updates should be more intentional than an automated update
- dependency-name: "Microsoft.Build.Utilities.Core"
- dependency-name: "Microsoft.CodeAnalysis.CSharp"
- dependency-name: "Microsoft.CodeAnalysis.CSharp.Workspaces"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 1000