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"] } ] }