aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-05 16:06:52 +0000
committerGitHub <noreply@github.com>2021-04-05 16:06:52 +0000
commitcc3b7c328dd4e4ad51de15919962d62f1146ca51 (patch)
treec0dcad1b231de1ecc076cad789f2d4f2d35ba818 /.github
parentfc04af34f5d6dff930003cc1f27ead972d424324 (diff)
downloadgit-bug-cc3b7c328dd4e4ad51de15919962d62f1146ca51.tar.gz
Create Dependabot config file
Diffstat (limited to '.github')
-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 00000000..bd192262
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+- package-ecosystem: gomod
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "04:00"
+ open-pull-requests-limit: 10