From 2d0254104a13351dd7417f80b0bcd81ad1a343bf Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Wed, 25 Dec 2024 21:02:16 +0900 Subject: [PATCH] chore: update renovate presets --- renovate.json5 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 6dd973ed8..c4378d220 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,10 +1,8 @@ { extends: [ - "config:base", - "github>suzuki-shunsuke/renovate-config#2.0.0", - "github>suzuki-shunsuke/renovate-config:nolimit#2.0.0", - "github>aquaproj/aqua-renovate-config#1.5.2", - "github>aquaproj/aqua-renovate-config:file#1.5.2(aqua/.*\\.ya?ml)", + "github>suzuki-shunsuke/renovate-config#2.5.0", + "github>suzuki-shunsuke/renovate-config:nolimit#2.5.0", + "github>aquaproj/aqua-renovate-config#2.6.0", + "github>aquaproj/aqua-renovate-config:file#2.6.0(aqua/.*\\.ya?ml)", ], - platformAutomerge: false, }