renovate 41.149.0 → 41.149.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 +1 -1
- package/renovate-schema.json +3 -2
package/package.json
CHANGED
package/renovate-schema.json
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"title": "JSON schema for Renovate 41.149.
|
2
|
+
"title": "JSON schema for Renovate 41.149.2 config files (https://renovatebot.com/)",
|
3
3
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
4
|
-
"x-renovate-version": "41.149.
|
4
|
+
"x-renovate-version": "41.149.2",
|
5
|
+
"allowComments": true,
|
5
6
|
"type": "object",
|
6
7
|
"properties": {
|
7
8
|
"abandonmentThreshold": {
|