renovate 41.171.5 → 41.171.8
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 +1 -1
- package/dist/config/options/index.js.map +1 -1
- package/dist/config/presets/internal/security.js +2 -0
- package/dist/config/presets/internal/security.js.map +1 -1
- package/dist/modules/datasource/docker/index.d.ts +1 -1
- package/dist/modules/datasource/docker/index.js +4 -1
- package/dist/modules/datasource/docker/index.js.map +1 -1
- package/dist/modules/datasource/unity3d-packages/schema.d.ts +4 -4
- package/dist/util/http/http.js +1 -3
- package/dist/util/http/http.js.map +1 -1
- package/package.json +2 -2
- package/renovate-schema.json +3 -3
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 41.171.
|
|
2
|
+
"title": "JSON schema for Renovate 41.171.8 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "41.171.
|
|
4
|
+
"x-renovate-version": "41.171.8",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|
|
@@ -2710,7 +2710,7 @@
|
|
|
2710
2710
|
"dockerSidecarImage": {
|
|
2711
2711
|
"description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nChange this value to override the default Renovate sidecar image.",
|
|
2712
2712
|
"type": "string",
|
|
2713
|
-
"default": "ghcr.io/containerbase/sidecar:13.23.
|
|
2713
|
+
"default": "ghcr.io/containerbase/sidecar:13.23.20"
|
|
2714
2714
|
},
|
|
2715
2715
|
"dockerUser": {
|
|
2716
2716
|
"description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
|