There're a few outdated dependencies in this project:  It could be fixed by adding Dependabot to the repository. Few steps are needed: ---- - Access [Dependabot](https://app.dependabot.com); - Link your Github account; - Select this project; - After linking your account, the app will ask for permissions to create issues, code, and pull-request’s. - Select the repository in which you want Dependabot to be monitoring for dependency updates. ---- Then add a `dependabot.yml` file in the `.github` folder: ```yml version: 2 updates: - package-ecosystem: npm directory: "/" schedule: interval: daily time: "09:00" open-pull-requests-limit: 10 ```
There're a few outdated dependencies in this project:
It could be fixed by adding Dependabot to the repository. Few steps are needed:
Then add a
dependabot.ymlfile in the.githubfolder: