Skip to content

Commit bdc9a39

Browse files
committed
Revert "Unsync, remove dependabot, remove from Weekly CI"
This reverts commit 928d98f.
1 parent 26d7d20 commit bdc9a39

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

.github/dependabot.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
version: 2
2+
registries:
3+
particular-packages:
4+
type: nuget-feed
5+
url: https://f.feedz.io/particular-software/packages/nuget/index.json
6+
updates:
7+
- package-ecosystem: nuget
8+
directory: "/src"
9+
registries: "*"
10+
schedule:
11+
interval: daily
12+
open-pull-requests-limit: 1000
13+
groups:
14+
AWSSDK:
15+
patterns:
16+
- "AWSSDK.*"
17+
NServiceBusCore:
18+
patterns:
19+
- "NServiceBus"
20+
- "NServiceBus.AcceptanceTesting"
21+
- "NServiceBus.AcceptanceTests.Sources"
22+
- "NServiceBus.PersistenceTests.Sources"
23+
- "NServiceBus.TransportTests.Sources"
24+
ignore:
25+
# Particular.Analyzers updates are distributed via RepoStandards
26+
- dependency-name: "Particular.Analyzers"
27+
# Changing these 3 dependencies affects the .NET SDK and Visual Studio versions we support
28+
# These types of updates should be more intentional than an automated update
29+
- dependency-name: "Microsoft.Build.Utilities.Core"
30+
- dependency-name: "Microsoft.CodeAnalysis.CSharp"
31+
- dependency-name: "Microsoft.CodeAnalysis.CSharp.Workspaces"
32+
- package-ecosystem: "github-actions"
33+
directory: "/"
34+
schedule:
35+
interval: daily
36+
open-pull-requests-limit: 1000

.reposync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclusions:
2+
- src/NServiceBus.snk

0 commit comments

Comments
 (0)