Skip to content

Commit 2ae03dd

Browse files
committed
Include nuget into dependabot (global.json & SecureCoding.Analyzers package)
1 parent 2daa197 commit 2ae03dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
13+
- package-ecosystem: "nuget" # See documentation for possible values
14+
directories:
15+
- "/working/templates/*" # Location of package manifests
16+
schedule:
17+
interval: "daily"
18+
ignore:
19+
# DevPacks represents the DMA on which to compile. Doesn't make sense to always be on the latest version.
20+
- dependency-name: "Skyline.DataMiner.Files.*"
21+
- dependency-name: "Skyline.DataMiner.Dev.*"

0 commit comments

Comments
 (0)