Set Dependabot to check monthly instead of weekly
This commit is contained in:
parent
3fa105973c
commit
8ef0f424aa
|
@ -8,4 +8,4 @@ updates:
|
|||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/node_modules/
|
||||
/build/
|
||||
|
||||
# JetBrains IDEs
|
||||
/.idea/
|
Loading…
Reference in New Issue