Skip to content

Commit 7b78c80

Browse files
committed
Removing Dependabot for NuGet packages as it doesn't play nice with the structure we have for VS templates
1 parent 4925db0 commit 7b78c80

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/dependabot.yml

-20
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,3 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12-
13-
# NuGet packages in the csproj files
14-
- package-ecosystem: "nuget" # See documentation for possible values
15-
directories:
16-
- "/working/templates/*solution"
17-
- "/working/templates/*-project"
18-
schedule:
19-
interval: "daily"
20-
ignore:
21-
# DevPacks represents the DMA on which to compile. Doesn't make sense to always be on the latest version.
22-
- dependency-name: "Skyline.DataMiner.Files.*"
23-
- dependency-name: "Skyline.DataMiner.Dev.*"
24-
- dependency-name: "Skyline.DataMiner.Sdk" # Will be done separately
25-
26-
# Specifically global.json
27-
- package-ecosystem: "nuget" # See documentation for possible values
28-
directories:
29-
- "/working/templates/SharedItems/OnSolutionLevel"
30-
schedule:
31-
interval: "daily"

0 commit comments

Comments
 (0)