Merge pull request #18 from pheiduck/dependabot/npm-updater

add: dependabot to update npm packages
This commit is contained in:
Peter Lewis 2023-02-20 09:57:30 +00:00 committed by GitHub
commit caad4f8f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

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

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/src"
schedule:
interval: "weekly"