From c0c847b2ff1b3333ef60844679f3c707b77b52b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 16:15:09 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8e331a7f..4ff27935 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": [ - "^[.]github/workflows/" + "managerFilePatterns": [ + "/^[.]github/workflows//" ], "matchStrings": [ ".*version: (?.*?)\\s" @@ -34,19 +34,19 @@ }, { "customType": "regex", - "fileMatch": [ - "^Earthfile$" + "managerFilePatterns": [ + "/^Earthfile$/" ], "matchStrings": [ "FROM\\s+(?[\\S]+?):(?[^@\\s]+)(?:@(?sha256:[a-f0-9]+))?" ], "versioningTemplate": "regex:^(?[\\S]*\\d+\\.\\d+(?:\\.\\d+)?(?:[\\S]*)?-alpine-?)(?\\d+)\\.(?\\d+)(?:\\.(?\\d+))?$", - "datasourceTemplate": "docker", + "datasourceTemplate": "docker" }, { "customType": "regex", - "fileMatch": [ - "^Earthfile$" + "managerFilePatterns": [ + "/^Earthfile$/" ], "matchStringsStrategy": "recursive", "matchStrings": [