renovate 43.91.2 → 43.91.4
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 +3 -3
- 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": "43.91.
|
|
4
|
+
"version": "43.91.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"commander": "14.0.3",
|
|
141
141
|
"conventional-commits-detector": "1.0.3",
|
|
142
142
|
"croner": "10.0.1",
|
|
143
|
-
"cronstrue": "3.
|
|
143
|
+
"cronstrue": "3.14.0",
|
|
144
144
|
"deepmerge": "4.3.1",
|
|
145
145
|
"dequal": "2.0.3",
|
|
146
146
|
"detect-indent": "7.0.2",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"url-join": "5.0.0",
|
|
207
207
|
"validate-npm-package-name": "7.0.2",
|
|
208
208
|
"xmldoc": "2.0.3",
|
|
209
|
-
"yaml": "2.8.
|
|
209
|
+
"yaml": "2.8.3",
|
|
210
210
|
"zod": "4.3.6"
|
|
211
211
|
},
|
|
212
212
|
"optionalDependencies": {
|
package/renovate-schema.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
-
"title": "JSON schema for Renovate 43.91.
|
|
3
|
+
"title": "JSON schema for Renovate 43.91.4 config files (https://renovatebot.com/)",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"x-renovate-version": "43.91.
|
|
5
|
+
"x-renovate-version": "43.91.4",
|
|
6
6
|
"allowComments": true,
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|