ocaml / v3.ocaml.org-rescript

The next implementation of ocaml.org, built on OCaml, ReScript, NextJS, and Tailwind.
https://v3.ocaml.org
75 stars 10 forks source link

Enable dependabot #16

Closed ghost closed 3 years ago

ghost commented 3 years ago

@agarwal Please enable dependabot on this repository. I believe you will find a dependabot tab on this page: https://github.com/solvuu-inc/ocamlorg2/network/alerts . The end result that I hope to see is the presence of a few automated PRs for the out of date dependencies in this repo.

agarwal commented 3 years ago

Done. It also required me to enable Dependency graph. The settings now look like this:

Screen Shot 2020-12-16 at 5 21 41 PM
ghost commented 3 years ago

I also skimmed this guide(https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates#enabling-github-dependabot-version-updates) and created a dependabot.yml file. I will wait to see PR's created and close this issue once we see those.

The rescript-nextjs-template doesn't have a dependabot.yml file, so I'm not sure if its still necessary. I didn't see PR's created right away, so I added the file to see if it will help.

ghost commented 3 years ago

Screenshot from 2020-12-16 17-42-59 It worked after I moved the file into .github/dependabot.yml