Skip to content

Commit 2963046

Browse files
committed
chore: dependabot
1 parent 44b6f37 commit 2963046

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
8+
- package-ecosystem: "npm"
9+
directories: "/*"
10+
schedule:
11+
interval: "daily"
12+
# Disable version updates for npm dependencies (we only want security updates)
13+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)