From 7070390fc79ed7127a41d126c3857ad9dac9fac4 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Thu, 12 Jun 2025 13:33:34 +0200 Subject: [PATCH] 1 --- README.md | 2 +- default.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 571aee6..ae847c8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ Usage: ```json { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["gitea>infrastructure/renovate-config", ":reviewers(stephan.schnabel)"] + "extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"] } ``` diff --git a/default.json b/default.json index 5a3813b..d31d02c 100644 --- a/default.json +++ b/default.json @@ -50,7 +50,7 @@ },{ "description": "Ignore preset manager", "matchManagers": ["renovate-config-presets"], - "enabled": true + "enabled": false },{ "matchDatasources": ["maven"], "registryUrls": ["http://mirror.woodpecker.svc.cluster.local/maven2"]