From 905ff5e2d4c0f614dd1051facc4621cded136d08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 16:03:58 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5e6aa08..169997e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,17 +5,17 @@ ], "automerge": true, "dockerfile": { - "fileMatch": [ - "(^|/)Earthfile$", - "(^|/|\\.)Dockerfile$", - "(^|/)Dockerfile[^/]*$" + "managerFilePatterns": [ + "/(^|/)Earthfile$/", + "/(^|/|\\.)Dockerfile$/", + "/(^|/)Dockerfile[^/]*$/" ] }, "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^Earthfile$" + "managerFilePatterns": [ + "/^Earthfile$/" ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s.+_VERSION=\"(?.*?)\"\\s" @@ -23,8 +23,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^Earthfile$" + "managerFilePatterns": [ + "/^Earthfile$/" ], "matchStrings": [ "# renovate: datasource=repology depName=alpine_(?\\d+[._]\\d+)" @@ -37,8 +37,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^[.]github/workflows/" + "managerFilePatterns": [ + "/^[.]github/workflows//" ], "matchStrings": [ ".*version: (?.*?)\\s"