Skip to content

Commit 27e8e97

Browse files
author
Marius Conjeaud
committed
Fix dependabot yarn to npm
1 parent b9576bd commit 27e8e97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'yarn'
3+
- package-ecosystem: 'npm'
44
directory: '/'
55
schedule:
66
interval: 'weekly'
77
target-branch: 'develop'
88

9-
- package-ecosystem: 'yarn'
9+
- package-ecosystem: 'npm'
1010
directory: '/gallery'
1111
schedule:
1212
interval: 'weekly'
1313
target-branch: 'develop'
1414

15-
- package-ecosystem: 'yarn'
15+
- package-ecosystem: 'npm'
1616
directory: '/docs'
1717
schedule:
1818
interval: 'weekly'

0 commit comments

Comments
 (0)