Skip to content

Commit 73cf70e

Browse files
authored
chore: Ignore npm for dependabot (#2927)
1 parent d9ee9a7 commit 73cf70e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
ignore:
8+
- dependency-name: "*"
39
- package-ecosystem: "bundler"
410
schedule:
511
interval: "daily"

0 commit comments

Comments
 (0)