renovate 41.148.4 → 41.148.6
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.148.
|
4
|
+
"version": "41.148.6",
|
5
5
|
"type": "commonjs",
|
6
6
|
"bin": {
|
7
7
|
"renovate": "dist/renovate.js",
|
@@ -216,7 +216,7 @@
|
|
216
216
|
},
|
217
217
|
"devDependencies": {
|
218
218
|
"@containerbase/eslint-plugin": "1.1.14",
|
219
|
-
"@containerbase/semantic-release-pnpm": "1.2.
|
219
|
+
"@containerbase/semantic-release-pnpm": "1.2.6",
|
220
220
|
"@eslint/js": "9.35.0",
|
221
221
|
"@hyrious/marshal": "0.3.3",
|
222
222
|
"@ls-lint/ls-lint": "2.3.1",
|
package/renovate-schema.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"title": "JSON schema for Renovate 41.148.
|
2
|
+
"title": "JSON schema for Renovate 41.148.6 config files (https://renovatebot.com/)",
|
3
3
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
4
|
-
"x-renovate-version": "41.148.
|
4
|
+
"x-renovate-version": "41.148.6",
|
5
5
|
"type": "object",
|
6
6
|
"properties": {
|
7
7
|
"abandonmentThreshold": {
|