Skip to content

Commit

Permalink
Prevent Dependabot from updating Substrate related crates (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano authored May 23, 2022
1 parent 670e5f4 commit b077018
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,20 @@ updates:
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
ignore:
- dependency-name: frame-*
versions:
- ">= 0"
- dependency-name: pallet-*
versions:
- ">= 0"
- dependency-name: sc-*
versions:
- ">= 0"
- dependency-name: sp-*
versions:
- ">= 0"
- dependency-name: substrate-*
versions:
- ">= 0"

0 comments on commit b077018

Please sign in to comment.