erela.js icon indicating copy to clipboard operation
erela.js copied to clipboard

Add Dependabot

Open Gabb-c opened this issue 4 years ago • 2 comments
trafficstars

There're a few outdated dependencies in this project:

image

It could be fixed by adding Dependabot to the repository. Few steps are needed:


  • Access Dependabot;
  • 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:

version: 2
updates:
  - package-ecosystem: npm
    directory: "/"
    schedule:
      interval: daily
      time: "09:00"
    open-pull-requests-limit: 10

Gabb-c avatar Apr 14 '21 23:04 Gabb-c

Thanks for your input! Yes this is a great idea! I am gonna put a hold to this until the release of v3!

anishshobithps avatar Apr 19 '21 21:04 anishshobithps

Nice 💯

Gabb-c avatar Apr 19 '21 21:04 Gabb-c