Skip to content

Commit

Permalink
chore(ci): pre-release dependabot (#401)
Browse files Browse the repository at this point in the history
* chore: scheduled Dependabot script to update polkadot dependencies
  • Loading branch information
TarikGul committed Jan 28, 2021
1 parent 3af1b05 commit 5390aa7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2

updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
# 11 am PST
time: "11:00"
# PST timezone
timezone: "America/Los_Angeles"
rebase-strategy: "auto"
open-pull-requests-limit: 10
commit-message:
# Prefix all commit messages with "chore"
# include a list of updated dependencies
prefix: "chore:"
include: "scope"
reviewers:
- "emostov"
- "TarikGul"
allow:
- dependency-name: "@polkadot/api"
- dependency-name: "@polkadot/apps-config"
- dependency-name: "@polkadot/util-crypto"
labels:
- "dependencies"

0 comments on commit 5390aa7

Please sign in to comment.