2021-11-29 14:10:53 +00:00
|
|
|
---
|
2021-08-16 15:02:37 +00:00
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: "cargo"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
2022-03-10 11:40:09 +00:00
|
|
|
interval: daily
|
|
|
|
open-pull-requests-limit: 10
|
2021-09-21 11:35:11 +00:00
|
|
|
ignore:
|
2021-09-27 19:44:53 +00:00
|
|
|
# Thrift version needs to match the version of the thrift-compiler used to generate code,
|
|
|
|
# and therefore this dependency requires a more manual upgrade
|
|
|
|
#
|
|
|
|
# Additionally the thrift-compiler version available in standard repos tends to lag
|
|
|
|
# the latest release significantly, and so updating to the latest version adds friction
|
|
|
|
- dependency-name: "thrift"
|