Skip to content

Commit

Permalink
Update Dependabot config file (#1338)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: fisker Cheung <lionkay@gmail.com>
  • Loading branch information
dependabot-preview[bot] and fisker committed Jun 11, 2020
1 parent 4733567 commit 6d58201
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 64 deletions.
64 changes: 0 additions & 64 deletions .dependabot/config.yml

This file was deleted.

41 changes: 41 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# config file for `dependabot`
#
# update: wget -O config.yml https://git.io/fjVjR
# document: https://dependabot.com/docs/config-file/
#

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "Asia/Shanghai"
allow:
- dependency-type: "all"
assignees:
- "fisker"
# commit-message:
ignore:
- dependency-name: "caniuse-lite"
- dependency-name: "caniuse-db"
- dependency-name: "electron-to-chromium"
# labels:
# - "label-name"
# milestone:
open-pull-requests-limit: 99
# pull-request-branch-name:
# separator: "-"
rebase-strategy: "auto"
reviewers:
- "fisker"
# target-branch: "develop"
versioning-strategy: "increase"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "Asia/Shanghai"

0 comments on commit 6d58201

Please sign in to comment.