diff --git a/.vscode/dictionaries/project-words.txt b/.vscode/dictionaries/project-words.txt index d02e74a..455bb90 100644 --- a/.vscode/dictionaries/project-words.txt +++ b/.vscode/dictionaries/project-words.txt @@ -1,3 +1,4 @@ autodiscover automerge +Gitea tbd diff --git a/README.md b/README.md index bec456f..01e2304 100644 --- a/README.md +++ b/README.md @@ -6,26 +6,38 @@

config

- config +Local Renovate-Bot Config

- +Renovate-bot instance and preset config

- - Master Branch Build Status + + Main Branch Build Status

-## :book: General +## 📖 General -> :bulb: tbd... +This repository contains the definition for local the local renovate-bot instance. +Dependency updates will be checked weekly and executed as woodpecker cron job. + +| Config file | Description | +| -------------------------------: | ------------------------------------------------------------------------------- | +| [`config.js`](config.js) | Platform relevant config for local instance. | +| [`default.json`](default.json) | Local preset for repos hosted by this Gitea instance. | +| [`renovate.json`](renovate.json) | Basic onboarding which can be copied. Also enables renovate on this repository. | + +### Repository Onboarding + +1. First check if your Gitea account or organization is listed in the `autodiscoverFilter`. +2. Copy the [`renovate.json`](renovate.json) file for basic onboarding. Modify the file based on your project needs. diff --git a/assets/social-logo.png b/assets/social-logo.png index 21e3830..a3a15bb 100644 Binary files a/assets/social-logo.png and b/assets/social-logo.png differ