Skip to content

Commit 65d11dd

Browse files
committedSep 15, 2024·
Disable dependabot for NPM
Currently does not support Bun
1 parent 3aa88c0 commit 65d11dd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed
 

‎.github/dependabot.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
4-
directory: "/"
5-
schedule:
6-
interval: monthly
7-
open-pull-requests-limit: 25
8-
groups:
9-
dependencies:
10-
patterns:
11-
- "*" # Match all dependencies to one PR.
12-
133
- package-ecosystem: "github-actions"
144
directory: "/"
155
schedule:
@@ -18,4 +8,4 @@ updates:
188
groups:
199
ci-dependencies:
2010
patterns:
21-
- "*" # Match all dependencies to one PR.
11+
- "*"

0 commit comments

Comments
 (0)
Please sign in to comment.