dependabot: remove ignore for polkadot-sdk crates (#1784)

polkadot-sdk crates are now released on crates.io in accordance with the release process something every month, so should be fine include them with dependabot
This commit is contained in:
Niklas Adolfsson
2024-09-26 11:01:09 +02:00
committed by GitHub
parent b08ff7b48b
commit ddb5d4c9d7
-8
View File
@@ -5,14 +5,6 @@ updates:
- "**/*"
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: