-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdependabot.yml
41 lines (39 loc) · 950 Bytes
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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"