Skip to content

Commit c9dcb82

Browse files
committed
+ Add config for dependabot
1 parent f3df8cf commit c9dcb82

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: bundler
5+
directory: "/"
6+
schedule:
7+
interval: monthly
8+
time: "06:00"
9+
timezone: Asia/Hong_Kong
10+
open-pull-requests-limit: 10
11+
labels:
12+
- "dependencies"
13+
14+
- package-ecosystem: github-actions
15+
directory: "/"
16+
schedule:
17+
interval: monthly
18+
time: "06:00"
19+
timezone: Asia/Hong_Kong
20+
open-pull-requests-limit: 10
21+
labels:
22+
- "dependencies"

0 commit comments

Comments
 (0)