Skip to content

Commit

Permalink
dependabot: remove ignore for polkadot-sdk crates (#1784)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
niklasad1 authored Sep 26, 2024
1 parent b08ff7b commit ddb5d4c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ddb5d4c

Please sign in to comment.