mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 13:15:41 +00:00
44704a57e1
It should rather be updated manually with proper `Cargo.lock` updates at least until we switch to crates.io versions. See #3109 as an example of that (bad) update.
17 lines
501 B
YAML
17 lines
501 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
labels: ["A2-insubstantial", "B0-silent", "C1-low"]
|
|
# Handle updates for crates from github.com/paritytech/substrate manually.
|
|
ignore:
|
|
- dependency-name: "substrate-*"
|
|
- dependency-name: "sc-*"
|
|
- dependency-name: "sp-*"
|
|
- dependency-name: "frame-*"
|
|
- dependency-name: "fork-tree"
|
|
- dependency-name: "pallet-*"
|
|
- dependency-name: "beefy-*"
|
|
schedule:
|
|
interval: "daily"
|