aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 19bb8c4c..3af6e5da 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -2,6 +2,14 @@
version: 2
updates:
+ # Root NPM package
+ - package-ecosystem: 'npm'
+ directory: '/'
+ schedule:
+ interval: "daily"
+ commit-message:
+ prefix: "chore: "
+
# NPM packages
- package-ecosystem: 'npm'
directory: '/src-vue'