From 674cedfaef2405442d849b323984814946347f53 Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Sun, 18 Feb 2024 03:04:49 +0100 Subject: [PATCH] Add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d15d7b0 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Renovate Bot using Woodpecker CI [![status-badge](https://woodpecker.bluemedia.dev/api/badges/7/status.svg)](https://woodpecker.bluemedia.dev/repos/7) + +This repo contains the Woodpecker CI pipelines and configuration for the [Renovate Bot](https://github.com/renovatebot/renovate) on this Forgejo instance. Renovate is a dependency managament system, that is able to automatically create (and even merge) pull requests with dependency updates. + +## Usage + +To use Renovate for a repo on this instance, complete the following steps: +1. Add the `Renovate` user as a collaborator with write access to your repository +2. Add the `using-renovate` topic to your repository +3. Renovate bot will open a pull request with further details (Renovate currently runs every 6 hours) +4. Merge the pull request and adjust the configuration as needed + +For more details, see the official documentation: https://docs.renovatebot.com \ No newline at end of file