
As part of the upgrade process, we need to rework the tracing instrumentation. Now, we are just wrapping all async functions in a new sentry transaction, which will automatically end once the function returns. Further, the structure of the Sentry packages got reworked, so that we only need a single package by now. This removes the need to group dependabot updates. Co-authored-by: Jan Graichen <jgraichen@altimos.de>
35 lines
604 B
YAML
35 lines
604 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: bundler
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "03:00"
|
|
timezone: UTC
|
|
labels:
|
|
- dependencies
|
|
- ruby
|
|
ignore:
|
|
- dependency-name: rubocop*
|
|
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "03:00"
|
|
timezone: UTC
|
|
labels:
|
|
- dependencies
|
|
- javascript
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "03:00"
|
|
timezone: UTC
|
|
labels:
|
|
- dependencies
|
|
- github-actions
|