ci: ignore Dependabot workflow failures in audit (#49080)

This commit is contained in:
David Sanders
2025-11-25 17:06:36 -08:00
committed by GitHub
parent 64326e296b
commit 4786e80f33

View File

@@ -74,6 +74,7 @@ jobs:
!message.startsWith("Process completed with exit code") &&
!message.startsWith("Response status code does not indicate success") &&
!message.startsWith("The hosted runner lost communication with the server") &&
!message.startsWith("Dependabot encountered an error performing the update") &&
!/Unable to make request/.test(message) &&
!/The requested URL returned error/.test(message),
)