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"