From bf7fe65227d30530cafb9d447e713f5a2b9aea3c Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sun, 13 Nov 2022 12:05:38 +0100 Subject: [PATCH] Add woodpecker manager in renovate-bot (#14) #### :book: Summary #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [ ] Tested via Drone.io pipeline - [ ] Custom test - [ ] No test plan ##### Details / Justification #### :books: Additional Notes Co-authored-by: OCram85 Reviewed-on: https://gitea.ocram85.com/CodeServer/Container/pulls/14 --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 346e9bb..6c0bc22 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,11 @@ "dependencyDashboard": true, "docker": { "enabled": true + }, + "woodpecker": { + "enabled": true, + "fileMatch": [ + "^.woodpecker/*.yml$" + ] } }