Skip to content

Commit b801be1

Browse files
committed
chore: add github dependabot
1 parent fcea66a commit b801be1

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
day: friday
8+
time: '12:00'
9+
timezone: Asia/Shanghai
10+
target-branch: master
11+
ignore:
12+
- dependency-name: react-native
13+
- dependency-name: expo
14+
15+
open-pull-requests-limit: 100
16+
groups:
17+
minor-and-patch:
18+
applies-to: version-updates
19+
update-types:
20+
- minor
21+
- patch
22+
pathed:
23+
patterns:
24+
- react-native-track-player
25+
26+
- package-ecosystem: github-actions
27+
directory: /
28+
schedule:
29+
interval: daily
30+
target-branch: master
31+
open-pull-requests-limit: 100

0 commit comments

Comments
 (0)