We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2daa197 commit 2ae03ddCopy full SHA for 2ae03dd
.github/dependabot.yml
@@ -9,3 +9,13 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
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