Skip to content

Commit 27c691e

Browse files
Resolve dependabot config issues
1 parent 658bec9 commit 27c691e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "yarn"
8+
- package-ecosystem: "npm"
99
directory: "/backend/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
1212

13-
- package-ecosystem: "yarn"
13+
- package-ecosystem: "npm"
1414
directory: "/frontend/" # Location of package manifests
1515
schedule:
1616
interval: "weekly"

0 commit comments

Comments
 (0)