Skip to content

Commit 180cc10

Browse files
author
Rei-de-Roma-18
authored
Add npm configuration to dependabot.yml
Added npm package ecosystem configuration for Dependabot.
1 parent 94617c8 commit 180cc10

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,11 @@ updates:
1818
- package-ecosystem: 'devcontainers'
1919
directory: '/'
2020
schedule:
21-
interval: daily
21+
interval: 'daily'
22+
23+
# Configuration for npm
24+
- package-ecosystem: 'npm'
25+
directory: "/"
26+
schedule:
27+
interval: 'daily'
28+

0 commit comments

Comments
 (0)