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
|
- 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,4 +1,5 @@
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/build/
|
/build/
|
||||||
|
|
||||||
|
# JetBrains IDEs
|
||||||
/.idea/
|
/.idea/
|
Loading…
Reference in New Issue