renovate 40.0.0-next.7 → 40.0.0-next.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/options/index.js +2 -2
- package/dist/config/options/index.js.map +1 -1
- package/dist/modules/datasource/docker/index.js +4 -2
- package/dist/modules/datasource/docker/index.js.map +1 -1
- package/dist/modules/datasource/unity3d/index.d.ts +4 -1
- package/dist/modules/datasource/unity3d/index.js +36 -42
- package/dist/modules/datasource/unity3d/index.js.map +1 -1
- package/dist/modules/datasource/unity3d/schema.d.ts +47 -0
- package/dist/modules/datasource/unity3d/schema.js +17 -0
- package/dist/modules/datasource/unity3d/schema.js.map +1 -0
- package/dist/modules/manager/custom/jsonata/index.js +4 -0
- package/dist/modules/manager/custom/jsonata/index.js.map +1 -1
- package/dist/modules/manager/fingerprint.generated.js +1 -1
- package/dist/modules/manager/fingerprint.generated.js.map +1 -1
- package/dist/modules/platform/bitbucket/index.d.ts +1 -0
- package/dist/modules/platform/bitbucket/index.js +5 -0
- package/dist/modules/platform/bitbucket/index.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/index.d.ts +1 -1
- package/dist/modules/platform/bitbucket-server/index.js.map +1 -1
- package/dist/modules/platform/gitea/index.d.ts +1 -0
- package/dist/modules/platform/gitea/index.js +11 -0
- package/dist/modules/platform/gitea/index.js.map +1 -1
- package/dist/modules/platform/gitlab/index.d.ts +1 -0
- package/dist/modules/platform/gitlab/index.js +9 -0
- package/dist/modules/platform/gitlab/index.js.map +1 -1
- package/package.json +4 -7
- package/renovate-schema.json +2 -1
@@ -475,7 +475,7 @@ const options = [
|
|
475
475
|
name: 'dockerSidecarImage',
|
476
476
|
description: 'Change this value to override the default Renovate sidecar image.',
|
477
477
|
type: 'string',
|
478
|
-
default: 'ghcr.io/containerbase/sidecar:13.
|
478
|
+
default: 'ghcr.io/containerbase/sidecar:13.8.0',
|
479
479
|
globalOnly: true,
|
480
480
|
},
|
481
481
|
{
|
@@ -2581,7 +2581,7 @@ const options = [
|
|
2581
2581
|
name: 'fileFormat',
|
2582
2582
|
description: 'It specifies the syntax of the package file being managed by the custom JSONata manager.',
|
2583
2583
|
type: 'string',
|
2584
|
-
allowedValues: ['json', 'yaml'],
|
2584
|
+
allowedValues: ['json', 'toml', 'yaml'],
|
2585
2585
|
parents: ['customManagers'],
|
2586
2586
|
cli: false,
|
2587
2587
|
env: false,
|