File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,22 @@ updates:
10
10
schedule :
11
11
interval : " weekly"
12
12
13
+ # NuGet packages in the csproj files
13
14
- package-ecosystem : " nuget" # See documentation for possible values
14
15
directories :
15
- - " /working/templates/*" # Location of package manifests
16
+ - " /working/templates/*solution"
17
+ - " /working/templates/*-project"
16
18
schedule :
17
19
interval : " daily"
18
20
ignore :
19
21
# DevPacks represents the DMA on which to compile. Doesn't make sense to always be on the latest version.
20
22
- dependency-name : " Skyline.DataMiner.Files.*"
21
- - dependency-name : " Skyline.DataMiner.Dev.*"
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"
You can’t perform that action at this time.
0 commit comments