OCram85 8c9bc929bd
All checks were successful
ci/woodpecker/push/lint/3 Pipeline was successful
ci/woodpecker/push/lint/1 Pipeline was successful
ci/woodpecker/push/lint/2 Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/cron/lint/1 Pipeline was successful
ci/woodpecker/cron/lint/3 Pipeline was successful
ci/woodpecker/cron/lint/2 Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
add cron as trigger to prevent blocking renovate workflow (depends_on)
2024-02-27 07:45:43 +01:00
2024-02-14 13:33:51 +01:00
2024-02-14 14:46:35 +01:00
2024-02-14 14:46:35 +01:00
2024-02-14 13:33:51 +01:00
2024-02-14 13:33:51 +01:00
2024-02-14 13:33:51 +01:00
2024-02-14 13:33:51 +01:00
2024-02-14 14:08:26 +01:00
2024-02-14 14:08:26 +01:00
2024-02-14 14:08:26 +01:00
2024-02-14 14:57:44 +01:00
2024-02-14 14:08:26 +01:00

config

Local Renovate-Bot Config

Renovate-bot instance and preset config

Main Branch Build Status

📖 General

setup

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 Platform relevant config for local instance.
default.json Local preset for repos hosted by this Gitea instance.
renovate.json Basic onboarding which can be copied. Also enables renovate on this repository.

Instance Setup

Renovate-bot runs containerized started by a Woodpecker-CI cron task. There are 2 pipelines defining the local renovate instance:

lint Workflow

Tests all relevant config files and indicates open syntax migrations when needed.

renovate Workflow

Defines a dry-run and the actual renovate prod step. Dry-run runs on every push event and renovate when triggered manually or by weekly cronjob.

Repository Onboarding

  1. First check if your Gitea account or organization is listed in the autodiscoverFilter.
  2. Copy the renovate.json file for basic onboarding. Modify the file based on your project needs.
Description
Renovate-bot instance and preset config
Readme 274 KiB
Languages
JavaScript 100%