mirror of
https://github.com/servo/servo
synced 2026-04-26 09:35:26 +02:00
The dependabot configuration contained some number of ignored versions that date from when GitHub dependabot support was added. These versions fall into three categories: - Versions that are older or the same version as the version we use. - Versions that are newer than the versions we use. - Versions for crates we no longer depend on. This change removes all ignored versions and updates dependencies in the second category.
11 lines
194 B
YAML
11 lines
194 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
allow:
|
|
- dependency-type: direct
|
|
- dependency-type: indirect
|