feat: add comprehensive dependency monitoring system (#4025)

This commit is contained in:
Salman Chishti
2025-09-17 16:16:48 +01:00
committed by GitHub
parent f9c4e17fd9
commit 170033c92b
7 changed files with 447 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ name: "Docker/Buildx Version Upgrade"
on:
schedule:
- cron: "0 9 * * 1" # Weekly on Monday at 9 AM UTC (independent of other dependencies)
- cron: "0 0 * * 1" # Run every Monday at midnight
workflow_dispatch: # Allow manual triggering
jobs:
@@ -159,5 +159,8 @@ jobs:
# Create PR
gh pr create -B main -H "$branch_name" \
--title "$pr_title" \
--label "dependency" \
--label "dependencies" \
--label "dependencies-weekly-check" \
--label "dependencies-not-dependabot" \
--label "docker" \
--body-file pr_body.txt