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": [