From a2b52c5ba12cc6a529f1b7fd3aeb8b506684bd9b Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 19 Jul 2026 06:59:02 -0700 Subject: [PATCH] chore(renovate): add Teams webhook notification via Power Automate --- .woodpecker/renovate.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.woodpecker/renovate.yml b/.woodpecker/renovate.yml index 08e4703..156dafe 100644 --- a/.woodpecker/renovate.yml +++ b/.woodpecker/renovate.yml @@ -1,6 +1,6 @@ -# ============================================================ +# ================================================================ # Renovate Bot - Cron Pipeline -# ============================================================ +# ================================================================ # WOODPECKER v3 REQUIREMENTS - DO NOT DOWNGRADE SYNTAX: # # CORRECT (v3): @@ -15,7 +15,7 @@ # # This pipeline ONLY runs on the "renovate" cron schedule. # It does NOT run on push events - that is handled by .woodpecker.yml -# ============================================================ +# ================================================================ when: - event: cron @@ -39,5 +39,9 @@ steps: # Use the renovate.json in the repo root for all other config RENOVATE_CONFIG_FILE: renovate.json LOG_LEVEL: info + # MS Teams notifications via Power Automate webhook + # Sends a card for every PR opened or updated by Renovate + RENOVATE_TEAMS_WEBHOOK: + from_secret: teams_webhook_renovate commands: - renovate