From 1e295b928badaa228c9dc9b64f2760a45f7d5484 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:39:42 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index e1557c3..dade2cd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -25,17 +25,17 @@ "git-refs" ], "automerge": false, - "schedule": "on the last day of the month" + "schedule": "on the first day of the month" }, { "matchDatasources": [ "helm" ], "automerge": false, - "schedule": "on the last day of the month" + "schedule": "on the first day of the month" }, { - "matchPaths": [ + "matchFileNames": [ "**/package.json" ], "automerge": false @@ -68,8 +68,9 @@ } } ], - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "fileMatch": [ "\\.pre-commit-config\\.yaml" ], @@ -80,6 +81,7 @@ "versioningTemplate": "pep440" }, { + "customType": "regex", "fileMatch": [ "\\.pre-commit-config\\.yaml" ], @@ -90,6 +92,7 @@ "versioningTemplate": "npm" }, { + "customType": "regex", "fileMatch": [ "^Dockerfile$" ], @@ -101,6 +104,7 @@ "versioningTemplate": "pep440" }, { + "customType": "regex", "fileMatch": [ "(^|/)Chart\\.yaml$" ], @@ -109,6 +113,7 @@ ] }, { + "customType": "regex", "fileMatch": [ "^\\.github/workflows/[^/]+\\.ya?ml$" ],