renovate 41.158.0 → 41.158.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 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.158.0",
4
+ "version": "41.158.2",
5
5
  "type": "commonjs",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -311,7 +311,7 @@
311
311
  "clean-cache": "node tools/clean-cache.mjs",
312
312
  "compile:ts": "tsc -p tsconfig.app.json",
313
313
  "config-validator": "tsx lib/config-validator.ts",
314
- "create-json-schema": "tsx tools/generate-schema.ts && prettier --write --cache 'renovate-schema.json'",
314
+ "create-json-schema": "tsx tools/generate-schema.ts && prettier --write --cache 'renovate-schema.json' renovate-global-schema.json",
315
315
  "debug": "tsx --inspect-brk lib/renovate.ts",
316
316
  "doc-fix": "run-s markdown-lint-fix prettier-fix",
317
317
  "doc-fix-everything": "run-s doc-fix doc-fence-check lint-documentation",