Add Dependabot configuration to keep dependencies up-to-date (#562)
This commit is contained in:
parent
8fa10a5919
commit
c13007b083
1 changed files with 6 additions and 0 deletions
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
Loading…
Reference in a new issue