diff options
author | Michael Muré <batolettre@gmail.com> | 2021-04-05 18:10:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:10:56 +0200 |
commit | ca9846fb4ea201852f3941e1b016e7489b51ed4a (patch) | |
tree | c0dcad1b231de1ecc076cad789f2d4f2d35ba818 /.github/dependabot.yml | |
parent | fc04af34f5d6dff930003cc1f27ead972d424324 (diff) | |
parent | cc3b7c328dd4e4ad51de15919962d62f1146ca51 (diff) | |
download | git-bug-ca9846fb4ea201852f3941e1b016e7489b51ed4a.tar.gz |
Merge pull request #616 from MichaelMure/dependabot/add-v2-config-file
Create Dependabot config file
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 8 |
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 |