aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2020-06-11 07:16:45 -0600
committerGitHub <noreply@github.com>2020-06-11 07:16:45 -0600
commit17ffb689e05b503e973efe82ab95d9e934ac721e (patch)
tree57a1d5f0d760d8fb04b3c44b21866e05b4afe0d5 /.github
parenta6815018dcdb3496e00bf112ea583b3035cb1dc3 (diff)
parent55610f83597e668854e6022cd9d3a60d14cb0623 (diff)
Merge branch 'master' into update-dotnet-core
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..0874cae2e
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,9 @@
+version: 2
+updates:
+- package-ecosystem: nuget
+ directory: "/"
+ schedule:
+ interval: weekly
+ time: '12:00'
+ open-pull-requests-limit: 10
+