renovate 39.82.8 → 39.83.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/data/monorepo.json +4 -0
- package/package.json +2 -2
package/dist/data/monorepo.json
CHANGED
@@ -604,6 +604,10 @@
|
|
604
604
|
"forge": "/^@forge//",
|
605
605
|
"fullcalendar": "/^@fullcalendar//",
|
606
606
|
"hotchocolate": "/^HotChocolate\\./",
|
607
|
+
"oracle-database": [
|
608
|
+
"/^com.oracle.database.jdbc:/",
|
609
|
+
"/^com.oracle.database.nls:/"
|
610
|
+
],
|
607
611
|
"prometheus-simpleclient": "/^io.prometheus:simpleclient/",
|
608
612
|
"russh": ["/^russh$/", "/^russh-keys$/"],
|
609
613
|
"spfx": ["/^@microsoft/sp-/", "/^@microsoft/eslint-.+-spfx$/"],
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "renovate",
|
3
3
|
"description": "Automated dependency updates. Flexible so you don't need to be.",
|
4
|
-
"version": "39.
|
4
|
+
"version": "39.83.0",
|
5
5
|
"type": "commonjs",
|
6
6
|
"bin": {
|
7
7
|
"renovate": "dist/renovate.js",
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"@opentelemetry/context-async-hooks": "1.30.0",
|
156
156
|
"@opentelemetry/exporter-trace-otlp-http": "0.57.0",
|
157
157
|
"@opentelemetry/instrumentation": "0.57.0",
|
158
|
-
"@opentelemetry/instrumentation-bunyan": "0.
|
158
|
+
"@opentelemetry/instrumentation-bunyan": "0.45.0",
|
159
159
|
"@opentelemetry/instrumentation-http": "0.57.0",
|
160
160
|
"@opentelemetry/resources": "1.30.0",
|
161
161
|
"@opentelemetry/sdk-trace-base": "1.30.0",
|