Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Add Dependabot #107

Open
Gabb-c opened this issue Apr 14, 2021 · 2 comments
Open

Add Dependabot #107

Gabb-c opened this issue Apr 14, 2021 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@Gabb-c
Copy link

Gabb-c commented Apr 14, 2021

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
@anishshobithps anishshobithps added the enhancement New feature or request label Apr 16, 2021
@anishshobithps
Copy link
Contributor

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

@anishshobithps anishshobithps added this to the v3 milestone Apr 19, 2021
@Gabb-c
Copy link
Author

Gabb-c commented Apr 19, 2021

Nice 💯

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants