From 39c62810134bf7a15c56922a9c8034a98993607a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Tue, 14 Jan 2025 12:54:32 -0300 Subject: [PATCH] chore(ci): use common renovate bot configuration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the renovate bot configuration to uses the default configuration used by all the major Kubewarden components. Signed-off-by: José Guilherme Vanz --- renovate.json | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/renovate.json b/renovate.json index aa20e289..00966571 100644 --- a/renovate.json +++ b/renovate.json @@ -1,25 +1,5 @@ { "extends": [ - "config:base", - "schedule:earlyMondays", - "helpers:pinGitHubActionDigests" - ], - "labels": ["dependencies"], - "lockFileMaintenance": { "enabled": true }, - "major": { "enabled": false }, - "minor": { "enabled": false }, - "patch": { "enabled": true }, - "packageRules": [ - { - "matchPackagePatterns": [ - "*" - ], - "matchUpdateTypes": [ - "patch" - ], - "groupName": "all patchlevel dependencies", - "groupSlug": "all-patch" - } - ], - "rebaseWhen": "behind-base-branch" + "github>kubewarden/github-actions//renovate-config/default" + ] }