Package not found. Please check the package name and try again.

renovate 43.0.7 → 43.0.8

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": "43.0.7",
4
+ "version": "43.0.8",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -213,7 +213,7 @@
213
213
  "optionalDependencies": {
214
214
  "better-sqlite3": "12.6.2",
215
215
  "openpgp": "6.3.0",
216
- "re2": "1.23.0"
216
+ "re2": "1.23.1"
217
217
  },
218
218
  "devDependencies": {
219
219
  "@biomejs/biome": "2.3.13",
@@ -1,7 +1,7 @@
1
1
  {
2
- "title": "JSON schema for Renovate 43.0.7 config files (https://renovatebot.com/)",
2
+ "title": "JSON schema for Renovate 43.0.8 config files (https://renovatebot.com/)",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
- "x-renovate-version": "43.0.7",
4
+ "x-renovate-version": "43.0.8",
5
5
  "allowComments": true,
6
6
  "type": "object",
7
7
  "properties": {