From 92ecad2caad3b9a59205dc49eb6df0bd7668fcdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:47:03 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 3aca24c..bf1a079 100644 --- a/renovate.json +++ b/renovate.json @@ -1,12 +1,15 @@ { - "extends": ["config:best-practices"], + "extends": [ + "config:best-practices" + ], "automerge": true, "automergeType": "branch", - "requiredStatusChecks": ["Lint and Test"], "customManagers": [ { "customType": "regex", - "fileMatch": ["^\\.github/workflows/.*\\.ya?ml$"], + "fileMatch": [ + "^\\.github/workflows/.*\\.ya?ml$" + ], "matchStrings": [ "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)\\s+.*?version: [\"']?(?v?\\d+(?:\\.\\d+){1,2})[\"']?" ], @@ -15,12 +18,17 @@ ], "packageRules": [ { - "matchUpdateTypes": ["minor", "patch"], + "matchUpdateTypes": [ + "minor", + "patch" + ], "matchCurrentVersion": "!/^0/", "automerge": true }, { - "matchManagers": ["github-actions"], + "matchManagers": [ + "github-actions" + ], "groupName": "GitHub Actions", "automerge": true }