Skip to content

Commit 402e552

Browse files
Create Dependabot config file
1 parent eb7be34 commit 402e552

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/trivia-game-svelte"
5+
schedule:
6+
interval: daily
7+
time: "10:00"
8+
open-pull-requests-limit: 10
9+
- package-ecosystem: npm
10+
directory: "/trivia-game-vue"
11+
schedule:
12+
interval: daily
13+
time: "10:00"
14+
open-pull-requests-limit: 10
15+
- package-ecosystem: npm
16+
directory: "/trivia-game-react"
17+
schedule:
18+
interval: daily
19+
time: "10:00"
20+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)