Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.
This repository was archived by the owner on May 11, 2026. It is now read-only.

Add the update bot #4

Description

@noah1510

This is about adding an update bot similar to the one arduino has.
It runs periodically and checks all registered repositories for new versions.
The difficult part is finding out if a found version already has an open pr.

  • create a format for the data of the watched repos (url, provides, ci option, ...)
  • create a workflow that runs periodically to check the watched repos
    • find an efficient way to check the tags without taking too much time (no clone unless new version)
    • check the wrapdb if the latest version is already in there
    • check the fork of wrapdb if it already has an update branch
    • use the update action to create an update

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions