From ff07f9787fd06b477fe5c9105408291a9666a100 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sun, 29 Dec 2024 23:55:21 +0900 Subject: [PATCH] chore: update Renovate config (#733) --- aqua.yaml | 1 + renovate.json5 | 12 +++++------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/aqua.yaml b/aqua.yaml index aa9c6b8..393d870 100644 --- a/aqua.yaml +++ b/aqua.yaml @@ -1,4 +1,5 @@ --- +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/v2.30.0/json-schema/aqua-yaml.json # aqua - Declarative CLI Version Manager # https://aquaproj.github.io/ registries: diff --git a/renovate.json5 b/renovate.json5 index d97cba5..4044c8e 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,16 +1,13 @@ { extends: [ - "config:recommended", - "helpers:pinGitHubActionDigests", + "github>suzuki-shunsuke/renovate-config#3.0.0", + "github>suzuki-shunsuke/renovate-config:nolimit#3.0.0", "github>aquaproj/aqua-renovate-config#2.6.0", "github>aquaproj/aqua-renovate-config:installer-script#2.6.0(README\\.md)", ], - automerge: true, - major: { - automerge: false, - }, - regexManagers: [ + customManagers: [ { + customType: "regex", fileMatch: ["README.md"], depNameTemplate: "aquaproj/aqua-installer", datasourceTemplate: "github-releases", @@ -19,6 +16,7 @@ ], }, { + customType: "regex", fileMatch: ["README.md"], depNameTemplate: "aquaproj/aqua", datasourceTemplate: "github-releases",