Skip to content

Commit

Permalink
add dependabot for yarn (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Oct 21, 2022
1 parent 62f3f72 commit 24f4f26
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,23 @@ updates:
directory: '/'
schedule:
interval: daily
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "11:00"
# EST timezone
timezone: "America/New_York"
rebase-strategy: "auto"
open-pull-requests-limit: 20
commit-message:
# Prefix all commit messages with "chore"
# include a list of updated dependencies
prefix: "chore:"
include: "scope"
allow:
- dependency-name: "@polkadot/api"
- dependency-name: "@polkadot/util-crypto"
labels:
- "dependencies"

0 comments on commit 24f4f26

Please sign in to comment.