summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-12-08 18:13:16 +0000
committerGravatar vitalyster2020-12-08 21:14:39 +0300
commitd468d1e02a20321a42bbcce69abe46efd9a207c7 (patch)
treeadfdb33b43f528077b116bcaaa57e87872efd08a
parentafd8b7a30f21880e158d5eaa83572d7ef11c2a37 (diff)
Create Dependabot config file
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..aec207e
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+- package-ecosystem: nuget
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10