Files
pezkuwi-subxt/.github/dependabot.yml
T
2024-08-27 13:50:21 +02:00

20 lines
501 B
YAML

version: 2
updates:
- package-ecosystem: "cargo"
directories:
- "**/*"
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-crypto-hashing
- dependency-name: sp-version
- package-ecosystem: github-actions
directory: "**/*"
schedule:
interval: weekly