mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 00:18:00 +00:00
a433082118
* Make dependabot less aggressive And ignore sp- crates, since they need to be updated together, and dependabot can't yet do grouped PRs. We should periodically just keep on top of this anyway, but I don't think we need to be constantly updating them. * dependency-name * Try weekly instead of monthly
19 lines
484 B
YAML
19 lines
484 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
ignore:
|
|
# these need to be updated together, so dependabot PRs
|
|
# are just noise. So, ignore them:
|
|
- dependency-name: sp-core
|
|
- dependency-name: sp-keyring
|
|
- dependency-name: sp-runtime
|
|
- dependency-name: sp-core-hashing
|
|
- dependency-name: sp-version
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
schedule:
|
|
interval: weekly
|