ci: update the Update Dependencies workflow#5175
Conversation
| # And on every PR merge so we get the updated dependencies ASAP, and to make sure the changelog doesn't conflict. | ||
| push: | ||
| branches: | ||
| - main |
There was a problem hiding this comment.
question: add or revert?
It's part of the template/example: https://github.com/getsentry/github-workflows/tree/main/updater
On the one hand, we do daily updates already,
on the other hand, it wouldn't really hurt either.
There was a problem hiding this comment.
Every push seems like an odd/arbitrary trigger. I think daily is fine.
| with: | ||
| name: ${{ matrix.name }} | ||
| path: ${{ matrix.path }} | ||
| ssh-key: ${{ secrets.CI_DEPLOY_KEY }} |
There was a problem hiding this comment.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5175 +/- ##
==========================================
- Coverage 74.13% 74.12% -0.01%
==========================================
Files 508 508
Lines 18282 18282
Branches 3574 3574
==========================================
- Hits 13553 13552 -1
Misses 3860 3860
- Partials 869 870 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I see the issue this is supposed to resolve is closed alread: Is this still required? |
Not strictly required any longer, to be fair. And I removed a part of a comment about "resolving CHANGELOG conflicts", as we do auto-generate them now though Craft. |
> ℹ️ **Note** > > This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Sentry.Maui](https://sentry.io/) ([source](https://github.com/getsentry/sentry-dotnet)) | `6.5.0` → `6.6.0` |  |  | --- ### Release Notes <details> <summary>getsentry/sentry-dotnet (Sentry.Maui)</summary> ### [`v6.6.0`](https://github.com/getsentry/sentry-dotnet/blob/HEAD/CHANGELOG.md#660) [Compare Source](getsentry/sentry-dotnet@6.5.0...6.6.0) ##### Features ✨ - feat: propagate trace to `sentry-android` and `sentry-cocoa` by [@​bitsandfoxes](https://github.com/bitsandfoxes) in [#​5244](getsentry/sentry-dotnet#5244) - feat: User.Id can now be overriden (set to null) in Global mode by [@​jamescrosswell](https://github.com/jamescrosswell) in [#​5039](getsentry/sentry-dotnet#5039) - feat: Implement strict trace continuation by [@​giortzisg](https://github.com/giortzisg) in [#​4981](getsentry/sentry-dotnet#4981) ##### Fixes 🐛 - fix: return early from AddSentryOtlpExporter when DSN is the disable-SDK sentinel by [@​jamescrosswell](https://github.com/jamescrosswell) in [#​5247](getsentry/sentry-dotnet#5247) - fix: sync default tags to native layer by [@​bitsandfoxes](https://github.com/bitsandfoxes) in [#​5214](getsentry/sentry-dotnet#5214) ##### Dependencies ⬆️ ##### Deps - chore(deps): update Cocoa SDK to v9.14.0 by [@​github-actions](https://github.com/github-actions)\[bot] in [#​5252](getsentry/sentry-dotnet#5252) - chore(deps): update Java SDK to v8.42.0 by [@​github-actions](https://github.com/github-actions)\[bot] in [#​5208](getsentry/sentry-dotnet#5208) ##### Other - release: 6.6.0 by [@​jamescrosswell](https://github.com/jamescrosswell) in [0140be0a](getsentry/sentry-dotnet@0140be0) - chore: update scripts/update-cli.ps1 to 3.4.3 by [@​github-actions](https://github.com/github-actions)\[bot] in [#​5251](getsentry/sentry-dotnet#5251) - ci: update the Update Dependencies workflow by [@​Flash0ver](https://github.com/Flash0ver) in [#​5175](getsentry/sentry-dotnet#5175) - chore: update modules/sentry-native to 0.14.2 by [@​github-actions](https://github.com/github-actions)\[bot] in [#​5229](getsentry/sentry-dotnet#5229) - chore: update...
fixes #5166actually fixed via
This change is restricting the permissions ... updating to what's recommended at https://github.com/getsentry/github-workflows/tree/main/updater