We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ea17b commit 03a691cCopy full SHA for 03a691c
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+# Configure regular dependency updates
2
+# Please see the documentation for all configuration options:
3
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
4
+
5
+version: 2
6
+updates:
7
+ - package-ecosystem: "nuget"
8
+ directory: "/" # Location of package manifests
9
+ schedule:
10
+ interval: "weekly"
0 commit comments