diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-29 16:20:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 16:20:29 +0000 |
| commit | e37fa73e696603b2828164893099ba3cd4d0487b (patch) | |
| tree | 6e09a0a73f79ecb53140becd48486630930f6b1f /.github | |
| parent | f55b6b5812eb457dbcb4b94fe3bba916634c1ebe (diff) | |
Upgrade to GitHub-native Dependabot (#43)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5cde165 --- /dev/null +++ b/.github/dependabot.yml | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | version: 2 | ||
| 2 | updates: | ||
| 3 | - package-ecosystem: cargo | ||
| 4 | directory: "/" | ||
| 5 | schedule: | ||
| 6 | interval: daily | ||
| 7 | open-pull-requests-limit: 10 | ||
