renovate 41.159.1 → 41.159.3

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.
@@ -700,7 +700,7 @@
700
700
  {
701
701
  "matchDatasources": ["github-tags"],
702
702
  "matchPackageNames": ["google-github-actions/release-please-action"],
703
- "replacementName": "googleapis/release-please"
703
+ "replacementName": "googleapis/release-please-action"
704
704
  }
705
705
  ]
706
706
  },
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.159.1",
4
+ "version": "41.159.3",
5
5
  "type": "commonjs",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -261,7 +261,8 @@
261
261
  "@types/validate-npm-package-name": "4.0.2",
262
262
  "@vitest/coverage-v8": "3.2.4",
263
263
  "@vitest/eslint-plugin": "1.3.16",
264
- "ajv": "6.12.6",
264
+ "ajv": "8.17.1",
265
+ "ajv-formats": "3.0.1",
265
266
  "aws-sdk-client-mock": "4.1.0",
266
267
  "callsite": "1.0.0",
267
268
  "common-tags": "1.8.2",
@@ -1,7 +1,7 @@
1
1
  {
2
- "title": "JSON schema for Renovate 41.159.1 config files (https://renovatebot.com/)",
2
+ "title": "JSON schema for Renovate 41.159.3 config files (https://renovatebot.com/)",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
- "x-renovate-version": "41.159.1",
4
+ "x-renovate-version": "41.159.3",
5
5
  "allowComments": true,
6
6
  "type": "object",
7
7
  "properties": {