diff options
| author | Martin Haug <mhaug@live.de> | 2020-09-06 18:52:19 +0200 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2020-09-06 18:52:19 +0200 |
| commit | 71448c57ffb7f19743c1b33fa7cabd8386cbf68c (patch) | |
| tree | 43e75db888652693d7076aa249a72c546ad7d7ec /.github | |
| parent | cc5a74d5a99a26f46deef4f6ea20391e5327f0e6 (diff) | |
Move Dependabot file to right directory 📁
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f1d26d80 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "cargo" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" |
