Merge pull request #34 from juliangaal/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
This commit is contained in:
commit
bc49e17aa9
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