From 344b06d52622017d858d024208630164c45fc2b0 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 15 May 2024 14:39:50 +0200 Subject: [PATCH] chore(renovate): fix config --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 700d338..d287466 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,7 @@ { "customType": "regex", "description": "Update mime-db", - "fileMatch": ["^KnownMimeTypes\\.tt$"], + "fileMatch": ["(^|/)KnownMimeTypes\\.tt$"], "matchStrings": [ "https://raw\\.githubusercontent\\.com/jshttp/mime-db/(?.+?)/db.json" ],