Skip to content

Add dependabot to fetch all latest dependencies #45

Open
@whiskeyo

Description

@whiskeyo

Dependabot is a tool for fetching latest updates of packages that are used as dependencies for given project, and when there is some new version detected, it automatically creates the PR with updated version. Once the CI passes, the PR can be merged without worrying about breaking something.

It should probably be done after CI is added for every Wirego Remote, so there are tests that can verify changes.

To avoid having a spam of updates everyday, I'd suggest to set dependabot for every directory with:

schedule:
  interval: "weekly"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions