Skip to content

Commit 3bbdaeb

Browse files
committed
add dependabot config
1 parent 416ee0b commit 3bbdaeb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
allow:
6+
- dependency-type: "production"
7+
schedule:
8+
interval: "weekly"
9+
# Check for npm updates on Sundays at 9am UTC
10+
day: "sunday"
11+
time: "09:00"
12+
# Disable version updates for npm dependencies
13+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)