mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Enable dependabot for this repository (#256)
* Enable dependabot for this repository * Remove duplication, add sqlparser_bench
This commit is contained in:
parent
5f3a40e772
commit
3871bbc5ee
1 changed files with 12 additions and 0 deletions
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue