Enable dependabot for this repository (#256)

* Enable dependabot for this repository

* Remove duplication, add sqlparser_bench
This commit is contained in:
Daniël Heres 2020-08-05 09:03:29 +02:00 committed by GitHub
parent 5f3a40e772
commit 3871bbc5ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: cargo
directory: "/sqlparser_bench"
schedule:
interval: daily
open-pull-requests-limit: 10