From 518f9c4946df07881f576ee1ed9ef3b2b4ff732b Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 15 Dec 2022 19:58:42 +0100 Subject: [PATCH] fix woodpecker fileMatch regex (#30) #### :book: Summary - fix regex / provided by renovate maintainer #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] CI pipeline tests - [ ] Custom test - [ ] No test plan ##### Details / Justification #### :books: Additional Notes Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/30 --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 6c0bc22..5643db3 100644 --- a/renovate.json +++ b/renovate.json @@ -5,8 +5,6 @@ }, "woodpecker": { "enabled": true, - "fileMatch": [ - "^.woodpecker/*.yml$" - ] + "fileMatch": ["^.woodpecker\/.*.yml$"] } }