feat: Add dependabot (#6)

This commit is contained in:
Eric Tuvesson
2024-01-25 12:27:01 +01:00
committed by GitHub
parent c2f102f603
commit 8d53400fdb

10
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
# Always increase the version requirement
# to match the new version.
versioning-strategy: increase