renovate 41.159.1 → 41.159.3
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
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.159.
|
|
4
|
+
"version": "41.159.3",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -261,7 +261,8 @@
|
|
|
261
261
|
"@types/validate-npm-package-name": "4.0.2",
|
|
262
262
|
"@vitest/coverage-v8": "3.2.4",
|
|
263
263
|
"@vitest/eslint-plugin": "1.3.16",
|
|
264
|
-
"ajv": "
|
|
264
|
+
"ajv": "8.17.1",
|
|
265
|
+
"ajv-formats": "3.0.1",
|
|
265
266
|
"aws-sdk-client-mock": "4.1.0",
|
|
266
267
|
"callsite": "1.0.0",
|
|
267
268
|
"common-tags": "1.8.2",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 41.159.
|
|
2
|
+
"title": "JSON schema for Renovate 41.159.3 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "41.159.
|
|
4
|
+
"x-renovate-version": "41.159.3",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|