Skip to content

Commit 5940d8c

Browse files
committed
ci(dependabot): disable update for npm
1 parent 38acf20 commit 5940d8c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ version: 2
77
updates:
88
- package-ecosystem: 'npm'
99
directory: '/'
10-
assignees:
11-
- 'nnmax'
1210
schedule:
1311
interval: 'weekly'
12+
# Disable version updates for npm dependencies
13+
open-pull-requests-limit: 0
1414
- package-ecosystem: 'github-actions'
1515
directory: '/'
16-
assignees:
17-
- 'nnmax'
1816
schedule:
1917
interval: 'monthly'

0 commit comments

Comments
 (0)