renovate 42.66.8 → 42.66.9
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": "42.66.
|
|
4
|
+
"version": "42.66.9",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"optionalDependencies": {
|
|
215
215
|
"better-sqlite3": "12.5.0",
|
|
216
216
|
"openpgp": "6.3.0",
|
|
217
|
-
"re2": "1.
|
|
217
|
+
"re2": "1.23.0"
|
|
218
218
|
},
|
|
219
219
|
"devDependencies": {
|
|
220
220
|
"@containerbase/eslint-plugin": "1.1.23",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 42.66.
|
|
2
|
+
"title": "JSON schema for Renovate 42.66.9 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "42.66.
|
|
4
|
+
"x-renovate-version": "42.66.9",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|