We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e722d8b commit 121a0dfCopy full SHA for 121a0df
.github/dependabot.yml
@@ -1,11 +1,9 @@
1
-# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
version: 2
3
-
4
updates:
5
- # Maintain dependencies for Docker
6
- - package-ecosystem: "docker"
+ - package-ecosystem: "npm"
7
directory: "/"
8
- commit_message:
9
- prefix: "CNS-11"
10
schedule:
11
interval: "weekly"
+ commit-message:
+ # Prefix all commit messages with "npm: "
+ prefix: "npm"
0 commit comments