From 835e534ec155cfdd5a41c7328dcee520f69df555 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 19 Jul 2026 06:59:28 -0700 Subject: [PATCH] chore(renovate): pass TEAMS_WEBHOOK secret into renovate container --- .woodpecker/renovate.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker/renovate.yml b/.woodpecker/renovate.yml index 156dafe..a65eff1 100644 --- a/.woodpecker/renovate.yml +++ b/.woodpecker/renovate.yml @@ -39,9 +39,8 @@ 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: + # MS Teams Power Automate webhook - used by postUpgradeTasks in renovate.json + TEAMS_WEBHOOK: from_secret: teams_webhook_renovate commands: - renovate