Commit 7d43610
committed
fix(renovate): enable updates for opentelemetry-instrumentation-bom-alpha
The opentelemetry-instrumentation-bom-alpha dependency was not being
updated by Renovate despite newer versions being available (currently on
2.16.0-alpha, but 2.24.0-alpha is available).
Root cause: Renovate was detecting the dependency but not creating PRs
due to the default ignoreUnstable behavior in the recommended preset.
Since this package only publishes alpha versions, we need to explicitly
allow unstable version updates.
Solution: Added a packageRule with ignoreUnstable: false for this
specific package to ensure Renovate will create PRs for newer alpha
versions.
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>1 parent 5cfa5c0 commit 7d43610
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| |||
0 commit comments