From 5d2b35c664c0425844d8275c7d8f1cbf4d1e0b05 Mon Sep 17 00:00:00 2001 From: blakeNaccarato Date: Sat, 21 Sep 2024 18:21:20 -0700 Subject: [PATCH] Just try matching it exactly --- .renovaterc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index 3a95f634..d1b89c87 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -20,7 +20,9 @@ "pep621", "pre-commit" ], - "github-actions": { "fileMatch": ["(^|.*/)\\.github/workflows/[^/]+$"] }, + "github-actions": { + "fileMatch": ["(^|.*/)\\.github/workflows/[^/]+$", "template/pyproject\\.toml\\.jinja"] + }, "pep621": { "fileMatch": ["(^|.*/)pyproject\\.toml[^/]*$"], "rangeStrategy": "bump"