Sebastian Poxhofer
Sebastian Poxhofer
### Discussed in https://github.com/renovatebot/renovate/discussions/27219 Originally posted by **ViMaSter** February 11, 2024 ### Tell us more. #19300 mentioned using Renovate with the Unity game engine, however, that post was focused on...
### Discussed in https://github.com/renovatebot/renovate/discussions/27161 Originally posted by **froblesmartin** February 8, 2024 **New package manager questionnaire at the bottom in collapsible** Hi! I have just started using Renovate, and Dependabot is...
We currently have an [PackageNamePrefix matcher](https://github.com/renovatebot/renovate/blob/a9c37258d3eb34dd842e6b1665115f889ac5ac50/lib/util/package-rules/package-prefixes.ts), but we currently do not have equivalent for `depName`s. Other matchers for `depName`: - [dep-names](https://github.com/renovatebot/renovate/blob/main/lib/util/package-rules/dep-names.ts) - [dep-patterns](https://github.com/renovatebot/renovate/blob/main/lib/util/package-rules/dep-patterns.ts)
## New feature motivation GitlabCI tokens have no permissions to push code, therefore semnatic-release users have to use personal tokens which is not ideal from a security and maintenance standpoint....
This is a MVP for https://github.com/MobileNativeFoundation/XCLogParser/issues/188 I'm opening this for feedback, especially regarding implementation details as this is the first occurence of using swift for me.
Looking at the definition of [BuildStep](https://github.com/MobileNativeFoundation/XCLogParser/blob/dfce1e401fe7ba45217a56d69eb48403897a506d/Sources/XCLogParser/parser/BuildStep.swift) it looks like there is everything to create traces in the [OTEL format](https://opentelemetry.io/docs/specs/otel/protocol/file-exporter/). This would allow to send build profiling data to nearly any...
#### :heavy_check_mark: Checklist - [ ] Added tests for new functionality and regression tests for bug fixes - [x] Added changeset (run `yarn changeset` in the root) - [ ]...
Add visibility tags to `token` and `oauth` config option so these get hidden in the config api and from logs. The former makes this tokens hidden on the devtools config...
### Have you read the Code of Conduct? - [X] I have read the [Code of Conduct](https://github.com/backstage/backstage/blob/master/CODE_OF_CONDUCT.md) ### Is your first contribution to Backstage at least 3 months ago? Yes,...
## Hey, I just made a Pull Request! This PR allows to set `sessionSampleRate` and `sessionReplaySampleRate` via config API #### :heavy_check_mark: Checklist - [x] A changeset describing the change and...