From 7927a978e48af0a3c4be0e514aa58e935ee2de47 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 9 Dec 2022 11:53:14 +0100 Subject: [PATCH] fix fileMatch regex --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1879641..1daf42d 100644 --- a/renovate.json +++ b/renovate.json @@ -13,6 +13,6 @@ }, "woodpecker": { "enabled": true, - "fileMatch": ["^.woodpecker\/.*\.yml$"] + "fileMatch": ["^.woodpecker\/.*.yml$"] } }