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

Add Dependabot #107

Open
Open
@Gabb-c

Description

@Gabb-c

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions