Upgrade to GitHub-native Dependabot
This commit is contained in:
parent
2e0fa7a5f3
commit
114a994649
1 changed files with 20 additions and 0 deletions
20
.github/dependabot.yml
vendored
Normal file
20
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
ignore:
|
||||
- dependency-name: nalgebra
|
||||
versions:
|
||||
- 0.24.0
|
||||
- 0.24.1
|
||||
- 0.25.0
|
||||
- 0.25.1
|
||||
- 0.25.3
|
||||
- 0.25.4
|
||||
- 0.26.1
|
||||
- dependency-name: linux-embedded-hal
|
||||
versions:
|
||||
- 0.3.0
|
Loading…
Reference in a new issue