From b2e6e3ad8b0dc55e9a6765ed2488a3f988ab6ae5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:40:28 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index d26c97e..a1a0554 100644 --- a/renovate.json +++ b/renovate.json @@ -1,23 +1,33 @@ { "extends": [ - "config:base" + "config:recommended" ], "dependencyDashboard": true, - "platformCommit": false, + "platformCommit": "disabled", "prHourlyLimit": 0, "git-submodules": { "enabled": true }, - "regexManagers": [ + "customManagers": [ { - "fileMatch": ["^.circleci/config.yml$"], - "matchStrings": ["PYGMY_GO_VERSION_V=(?.*?)"], + "customType": "regex", + "fileMatch": [ + "^.circleci/config.yml$" + ], + "matchStrings": [ + "PYGMY_GO_VERSION_V=(?.*?)" + ], "depNameTemplate": "fubarhouse/pygmy-go", "datasourceTemplate": "github-releases" }, { - "fileMatch": ["^.circleci/config.yml$"], - "matchStrings": ["LANDO_VERSION=(?.*?)"], + "customType": "regex", + "fileMatch": [ + "^.circleci/config.yml$" + ], + "matchStrings": [ + "LANDO_VERSION=(?.*?)" + ], "depNameTemplate": "lando/lando-cli", "datasourceTemplate": "github-releases" } @@ -25,7 +35,9 @@ "packageRules": [ { "groupName": "Submodule updates", - "matchManagers": ["git-submodules"], + "matchManagers": [ + "git-submodules" + ], "automerge": true, "automergeType": "pr" }