renovate 42.81.0 → 42.81.2
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": "42.81.
|
|
4
|
+
"version": "42.81.2",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"tslib": "2.8.1",
|
|
208
208
|
"upath": "2.0.1",
|
|
209
209
|
"url-join": "5.0.0",
|
|
210
|
-
"validate-npm-package-name": "7.0.
|
|
210
|
+
"validate-npm-package-name": "7.0.2",
|
|
211
211
|
"xmldoc": "2.0.3",
|
|
212
212
|
"yaml": "2.8.2",
|
|
213
213
|
"zod": "3.25.76"
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 42.81.
|
|
2
|
+
"title": "JSON schema for Renovate 42.81.2 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "42.81.
|
|
4
|
+
"x-renovate-version": "42.81.2",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|