Fix dependabot config and upgrade dependencies

This commit is contained in:
Djuri 2024-09-03 10:57:13 +02:00
parent b192a90b29
commit 413b2be806
4 changed files with 135 additions and 166 deletions

View file

@ -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'