You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dependabot-update-external-deps.yml
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
# This workflow is triggered when a pull request is opened by Dependabot
2
+
# This workflow will use metadata from Dependabot update to update external_dependencies.txt and update the dependency across all the SDKs
3
+
# This workflow will auto-approve and merge the pull request if the update is a patch version or minor version update with a compatibility score of 80 or higher.
4
+
5
+
# NOTE: The auto-approved and merge step is currently disabled.
0 commit comments