mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 01:41:03 +00:00
.github/dependabot: Handle Substrate crates manually (#1961)
* .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>
This commit is contained in:
Vendored
+8
@@ -3,5 +3,13 @@ updates:
|
|||||||
- package-ecosystem: "cargo"
|
- package-ecosystem: "cargo"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
labels: ["A2-insubstantial", "B0-silent", "C1-low"]
|
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:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|||||||
Reference in New Issue
Block a user