diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-07-12 05:00:34 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-12 05:00:34 +0100 |
commit | 28f72d4949da6093ef2232d3ba708ac0fcafe900 (patch) | |
tree | d867a379e8f985208b32eecb573bde1578226b42 /.github/dependabot.yml | |
parent | 33d9ba70bee7e6271404d1db7b2724885ee5c9e8 (diff) |
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 0000000..f3b0f62 --- /dev/null +++ b/.github/dependabot.yml | |||
@@ -0,0 +1,8 @@ | |||
1 | version: 2 | ||
2 | updates: | ||
3 | - package-ecosystem: cargo | ||
4 | directory: "/" | ||
5 | schedule: | ||
6 | interval: daily | ||
7 | open-pull-requests-limit: 10 | ||
8 | target-branch: master | ||