Skip to content

Commit 83c6545

Browse files
authored
⬆ Add npm and Docker package ecosystems to Dependabot configuration (#1535)
1 parent 9f2c3d2 commit 83c6545

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,17 @@ updates:
1414
interval: daily
1515
commit-message:
1616
prefix:
17+
# npm
18+
- package-ecosystem: npm
19+
directory: /
20+
schedule:
21+
interval: daily
22+
commit-message:
23+
prefix:
24+
# Docker
25+
- package-ecosystem: docker
26+
directory: /
27+
schedule:
28+
interval: weekly
29+
commit-message:
30+
prefix:

0 commit comments

Comments
 (0)