Browse Source

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

add: dependabot to update npm packages
pull/549/head
Peter Lewis 2 years ago
committed by GitHub
parent
commit
caad4f8f09
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .github/dependabot.yml

11
.github/dependabot.yml

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