Fix dependabot config and upgrade dependencies
This commit is contained in:
parent
b192a90b29
commit
413b2be806
4 changed files with 135 additions and 166 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -5,7 +5,8 @@
|
|||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
- package-ecosystem: 'npm' # See documentation for possible values
|
||||
directory: '/' # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: 'daily'
|
||||
versioning-strategy: 'increase-if-necessary'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue