We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df45daf commit c8ddfa3Copy full SHA for c8ddfa3
1 file changed
.github/dependabot.yml
@@ -45,3 +45,12 @@ updates:
45
versioning-strategy: increase
46
commit-message:
47
prefix: "Upgrade: [dependabot] - "
48
+
49
+ ###################################
50
+ # NPM workspace ##################
51
52
+ - package-ecosystem: "npm"
53
+ directory: "/"
54
+ schedule:
55
+ interval: "daily"
56
+ versioning-strategy: increase
0 commit comments