From 318f1d42fc08be36f6f16a7fc4aa0af829dd9e08 Mon Sep 17 00:00:00 2001 From: Nikolay Petrov Date: Thu, 7 Sep 2023 17:06:54 +0100 Subject: [PATCH] Update renovate.json --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0e456436b3..de039634a9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -15,7 +15,7 @@ "groupName": "Doc packages", "matchUpdateTypes": ["patch", "minor"], "schedule": ["before 2am on monday"], - "matchFileNames": ["(^|/)requirements-doc.txt$"] + "matchFileNames": ["requirements-doc.txt"] } ] }