chore(renovate): remove unused TEAMS_WEBHOOK env - notifications via Gitea webhook

This commit is contained in:
2026-07-19 07:00:37 -07:00
parent d456c96454
commit bf13c74c1d
+1 -3
View File
@@ -15,6 +15,7 @@
# #
# This pipeline ONLY runs on the "renovate" cron schedule. # This pipeline ONLY runs on the "renovate" cron schedule.
# It does NOT run on push events - that is handled by .woodpecker.yml # It does NOT run on push events - that is handled by .woodpecker.yml
# Teams notifications are delivered via Gitea webhook → Power Automate
# ================================================================ # ================================================================
when: when:
@@ -39,8 +40,5 @@ steps:
# Use the renovate.json in the repo root for all other config # Use the renovate.json in the repo root for all other config
RENOVATE_CONFIG_FILE: renovate.json RENOVATE_CONFIG_FILE: renovate.json
LOG_LEVEL: info LOG_LEVEL: info
# MS Teams Power Automate webhook - used by postUpgradeTasks in renovate.json
TEAMS_WEBHOOK:
from_secret: teams_webhook_renovate
commands: commands:
- renovate - renovate