aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-10-15 21:56:00 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-10-15 21:56:00 +0200
commit9d15ffbbdc4e4d26ec753be0a74a64775aa74669 (patch)
treecc42d8c714cea9155f2f09972cf9875fdcbf391e /.github/dependabot.yml
parentd6bc5b46a4fc4b75dcba0380063cfc7e8bde212c (diff)
parent305a3847ee2897092fd652639051bc5d77f48434 (diff)
downloadFlightCore-9d15ffbbdc4e4d26ec753be0a74a64775aa74669.tar.gz
FlightCore-9d15ffbbdc4e4d26ec753be0a74a64775aa74669.zip
Merge branch 'main' into feat/launch-parametersfeat/launch-parameters
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'