We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcea66a commit b801be1Copy full SHA for b801be1
1 file changed
.github/dependabot.yml
@@ -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
28
29
+ interval: daily
30
31
0 commit comments