Set Dependabot to check monthly instead of weekly

This commit is contained in:
Christian Koop 2021-04-01 22:02:22 +02:00
parent 3fa105973c
commit 8ef0f424aa
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
2 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,4 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values - package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
schedule: schedule:
interval: "weekly" interval: "monthly"

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/node_modules/ /node_modules/
/build/ /build/
# JetBrains IDEs
/.idea/ /.idea/