Skip to content

Automatically bump v7 dependencies #4845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/update-deps.yml
Copy link
Contributor

@krystofwoldrich krystofwoldrich May 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be nice, for cases like this when we develop a new major version of the SDK, but it won't work, since the updater action automatically detects the main branch.

https://github.com/getsentry/github-workflows/blob/cd1c852719aaf272f2730a2df1146dba80412ee3/.github/workflows/updater.yml#L130

We would have to allow to specify the base branch or allow mode where it takes as a base the current local HEAD and also make sure the PRs are not overwritten.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, I have validated on a local fork and this change wasn't merged. I will open an issue on github-workflows to see if there is any chance this could be supported.

I will close this PR if the issue is rejected, othewise, I will leave it open as a draft

Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ on:
push:
branches:
- main
- v7

jobs:
android: