From 17073b852fd19452936d8dfc73bfc36921ee4a24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 22:26:53 +0000 Subject: [PATCH] chore(config): migrate config renovate.json5 --- renovate.json5 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index c29d28a..349b17e 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,10 +1,10 @@ { extends: [ - "config:base", - "github>suzuki-shunsuke/renovate-config#2.4.0", - "github>aquaproj/aqua-renovate-config#2.2.1", - "github>suzuki-shunsuke/renovate-config:nolimit#2.3.0", - "github>suzuki-shunsuke/renovate-config:action-go-version#2.4.0", - "github>aquaproj/aqua-renovate-config:file#2.2.1(aqua/imports/.*\\.ya?ml)", + 'config:recommended', + 'github>suzuki-shunsuke/renovate-config#2.4.0', + 'github>aquaproj/aqua-renovate-config#2.2.1', + 'github>suzuki-shunsuke/renovate-config:nolimit#2.3.0', + 'github>suzuki-shunsuke/renovate-config:action-go-version#2.4.0', + 'github>aquaproj/aqua-renovate-config:file#2.2.1(aqua/imports/.*\\.ya?ml)', ], }