Upgrade to GitHub-native Dependabot (#247)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-29 05:00:17 +02:00 committed by GitHub
parent 75a25ce898
commit 1a12653fc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: wayland-client
versions:
- 0.28.0
- dependency-name: wayland-protocols
versions:
- 0.28.0
- dependency-name: wayland-cursor
versions:
- 0.28.0