renovate 41.173.0 → 41.173.1
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/package.json +2 -2
- package/renovate-schema.json +2 -2
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": "41.173.
|
|
4
|
+
"version": "41.173.1",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"semver-stable": "3.0.0",
|
|
198
198
|
"semver-utils": "1.1.4",
|
|
199
199
|
"shlex": "3.0.0",
|
|
200
|
-
"simple-git": "3.
|
|
200
|
+
"simple-git": "3.29.0",
|
|
201
201
|
"slugify": "1.6.6",
|
|
202
202
|
"source-map-support": "0.5.21",
|
|
203
203
|
"strip-json-comments": "5.0.3",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 41.173.
|
|
2
|
+
"title": "JSON schema for Renovate 41.173.1 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "41.173.
|
|
4
|
+
"x-renovate-version": "41.173.1",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|