From aae24286a0ee67be08a8a72c2293242a30dd4428 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Thu, 12 Oct 2023 17:24:56 +0100 Subject: [PATCH] Fix pip_requirements file regex --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3ddcdb0..00d0160 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>nationalarchives/ds-find-caselaw-docs"], "pip_requirements": { - "fileMatch": ["requirements/*.txt"] + "fileMatch": ["requirements/.*\\.txt"] } }