Update Dependencies #74
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Dependencies | |
on: | |
# Run every Monday at 3am. | |
schedule: | |
- cron: '0 3 * * 1' | |
# Allow a manual trigger to be able to run the update when there are new dependencies or after a PR merge to resolve CHANGELOG conflicts. | |
workflow_dispatch: | |
jobs: | |
native: | |
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 | |
with: | |
path: crates/symbolicator-crash/sentry-native | |
name: Native SDK | |
secrets: | |
api-token: ${{ secrets.CI_DEPLOY_KEY }} |