aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-06-04 11:14:01 -0600
committercrobibero <cody@robibe.ro>2020-06-04 11:14:01 -0600
commit4bcd7cffd1f66bd1e8fa7a33d255bbfaafd2b700 (patch)
tree0800be136f2b5fb015b1266165b35423cca287b9
parent836741f2aa6d2140051a50f746602e4b8c63a231 (diff)
Add dependabot
-rw-r--r--.github/dependabot.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..98dbefd9a
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+- package-ecosystem: nuget
+ directory: "/"
+ schedule:
+ interval: weekly
+ time: '12:00'
+ open-pull-requests-limit: 10 \ No newline at end of file