mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 03:11:31 +11:00
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:
parent
75a25ce898
commit
1a12653fc2
18
.github/dependabot.yml
vendored
Normal file
18
.github/dependabot.yml
vendored
Normal 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
|
Loading…
Reference in a new issue