aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-04-05 18:10:56 +0200
committerGitHub <noreply@github.com>2021-04-05 18:10:56 +0200
commitca9846fb4ea201852f3941e1b016e7489b51ed4a (patch)
treec0dcad1b231de1ecc076cad789f2d4f2d35ba818 /.github
parentfc04af34f5d6dff930003cc1f27ead972d424324 (diff)
parentcc3b7c328dd4e4ad51de15919962d62f1146ca51 (diff)
downloadgit-bug-ca9846fb4ea201852f3941e1b016e7489b51ed4a.tar.gz
Merge pull request #616 from MichaelMure/dependabot/add-v2-config-file
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