commit 46351827bc20b7c2899a676f7b9f86f0434f87ea Author: UneBaguette <28904802+UneBaguette@users.noreply.github.com> Date: Sat Mar 28 22:25:50 2026 +0100 Add configuration files for Renovate Bot and update README.md with project overview and features. diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml new file mode 100644 index 0000000..16dec0a --- /dev/null +++ b/.gitea/workflows/renovate.yml @@ -0,0 +1,23 @@ +name: renovate +on: + schedule: + - cron: "@daily" + push: + branches: + - master +jobs: + renovate: + runs-on: linux_amd64 + container: ghcr.io/renovatebot/renovate:latest + steps: + - uses: actions/checkout@v4 + - run: renovate + env: + RENOVATE_PLATFORM: "gitea" + RENOVATE_ENDPOINT: "https://dev.unebaguette.fr/api/v1" + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + RENOVATE_GIT_AUTHOR: "Renovate Bot " + RENOVATE_AUTODISCOVER: true + RENOVATE_OPTIMIZE_FOR_DISABLED: true + RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.GIT_PAT_TOKEN_HUB }} + LOG_LEVEL: "info" \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..da73438 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Renovate Bot + +## Overview + +Renovate Bot is an automated dependency management tool that keeps your project dependencies up to date. + +## Features + +- Automated dependency updates +- Customizable update schedules +- Pull request automation +- Multi-platform support + +## Configuration + +See the configuration files in this repository for setup instructions. + +## Documentation + +For more information, visit the [Renovate documentation](https://docs.renovatebot.com/).