Skip to content

Commit 121a0df

Browse files
Update dependabot.yml
1 parent e722d8b commit 121a0df

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/dependabot.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
21
version: 2
3-
42
updates:
5-
# Maintain dependencies for Docker
6-
- package-ecosystem: "docker"
3+
- package-ecosystem: "npm"
74
directory: "/"
8-
commit_message:
9-
prefix: "CNS-11"
105
schedule:
116
interval: "weekly"
7+
commit-message:
8+
# Prefix all commit messages with "npm: "
9+
prefix: "npm"

0 commit comments

Comments
 (0)