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

@@ -125,7 +125,12 @@ jobs:
# Create PR
gh pr create -B main -H "$branch_name" \
--title "chore: npm audit fix for hashFiles dependencies" \
--label "dependency" \
--label "dependencies" \
--label "dependencies-weekly-check" \
--label "dependencies-not-dependabot" \
--label "npm" \
--label "typescript" \
--label "security" \
--body-file pr_body.txt
else
echo "✅ No changes to commit - npm audit fix did not modify any files"