mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 17:57:56 +00:00
9a99607c7e
* .github/dependabot: Handle Substrate crates manually Handle updates for crates from github.com/paritytech/substrate manually. * .github/dependabot: Additional prefixes Co-authored-by: Andronik Ordian <write@reusable.software> Co-authored-by: Andronik Ordian <write@reusable.software>
16 lines
466 B
YAML
16 lines
466 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-*"
|
|
schedule:
|
|
interval: "daily"
|