Files
pezkuwi-subxt/.github/dependabot.yml
T
James Wilson a433082118 Make dependabot less aggressive (#771)
* 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
2023-01-11 13:33:40 +01:00

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