From 3c2fbdef7226cbb47156b2f1828eea8b0064aa95 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 4 Sep 2023 02:45:40 +0200 Subject: [PATCH] ci(renovate): Fix typo in regex manager keys --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index bfeb699c5..632c05d6c 100644 --- a/renovate.json +++ b/renovate.json @@ -25,7 +25,7 @@ }, "regexManagers": [ { - "fileMath": ["Earthfile$"], + "fileMatch": ["Earthfile$"], "matchStrings": [ "FROM\\s+(?<depName>(?!\\+)[a-z0-9./-]+):?(?<currentValue>[a-z0-9-.]+)?@?(?<currentDigest>sha256:[a-f0-9]+)?" ], @@ -33,7 +33,7 @@ "versioningTemplate": "docker" }, { - "fileMath": ["images/mirror/Earthfile$"], + "fileMatch": ["images/mirror/Earthfile$"], "matchStrings": [ "DO \\+MIRROR --image=\"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)\"?'?\\s" ], -- GitLab