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.
Files changed (27) hide show
  1. package/dist/config/options/index.js +2 -2
  2. package/dist/config/options/index.js.map +1 -1
  3. package/dist/modules/datasource/docker/index.js +4 -2
  4. package/dist/modules/datasource/docker/index.js.map +1 -1
  5. package/dist/modules/datasource/unity3d/index.d.ts +4 -1
  6. package/dist/modules/datasource/unity3d/index.js +36 -42
  7. package/dist/modules/datasource/unity3d/index.js.map +1 -1
  8. package/dist/modules/datasource/unity3d/schema.d.ts +47 -0
  9. package/dist/modules/datasource/unity3d/schema.js +17 -0
  10. package/dist/modules/datasource/unity3d/schema.js.map +1 -0
  11. package/dist/modules/manager/custom/jsonata/index.js +4 -0
  12. package/dist/modules/manager/custom/jsonata/index.js.map +1 -1
  13. package/dist/modules/manager/fingerprint.generated.js +1 -1
  14. package/dist/modules/manager/fingerprint.generated.js.map +1 -1
  15. package/dist/modules/platform/bitbucket/index.d.ts +1 -0
  16. package/dist/modules/platform/bitbucket/index.js +5 -0
  17. package/dist/modules/platform/bitbucket/index.js.map +1 -1
  18. package/dist/modules/platform/bitbucket-server/index.d.ts +1 -1
  19. package/dist/modules/platform/bitbucket-server/index.js.map +1 -1
  20. package/dist/modules/platform/gitea/index.d.ts +1 -0
  21. package/dist/modules/platform/gitea/index.js +11 -0
  22. package/dist/modules/platform/gitea/index.js.map +1 -1
  23. package/dist/modules/platform/gitlab/index.d.ts +1 -0
  24. package/dist/modules/platform/gitlab/index.js +9 -0
  25. package/dist/modules/platform/gitlab/index.js.map +1 -1
  26. package/package.json +4 -7
  27. 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.7.19',
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,