renovate 43.76.2 → 43.76.4
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/dist/config/options/index.js +1 -1
- package/dist/config/options/index.js.map +1 -1
- package/dist/modules/manager/kubernetes/extract.js +6 -15
- package/dist/modules/manager/kubernetes/extract.js.map +1 -1
- package/dist/modules/manager/kubernetes/schema.js +5 -3
- package/dist/modules/manager/kubernetes/schema.js.map +1 -1
- package/dist/modules/platform/forgejo/index.js +1 -1
- package/dist/modules/platform/forgejo/index.js.map +1 -1
- package/dist/modules/platform/gitea/index.js +1 -1
- package/dist/modules/platform/gitea/index.js.map +1 -1
- package/package.json +4 -4
- 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": "43.76.
|
|
4
|
+
"version": "43.76.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -217,8 +217,8 @@
|
|
|
217
217
|
"devDependencies": {
|
|
218
218
|
"@biomejs/biome": "2.4.6",
|
|
219
219
|
"@commander-js/extra-typings": "14.0.0",
|
|
220
|
-
"@containerbase/istanbul-reports-html": "1.1.
|
|
221
|
-
"@containerbase/semantic-release-pnpm": "1.3.
|
|
220
|
+
"@containerbase/istanbul-reports-html": "1.1.36",
|
|
221
|
+
"@containerbase/semantic-release-pnpm": "1.3.26",
|
|
222
222
|
"@eslint/js": "9.39.4",
|
|
223
223
|
"@hyrious/marshal": "0.3.3",
|
|
224
224
|
"@ls-lint/ls-lint": "2.3.1",
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"semantic-release": "25.0.3",
|
|
291
291
|
"tar": "7.5.11",
|
|
292
292
|
"tmp-promise": "3.0.3",
|
|
293
|
-
"tsdown": "0.21.
|
|
293
|
+
"tsdown": "0.21.1",
|
|
294
294
|
"type-fest": "5.4.4",
|
|
295
295
|
"typescript": "5.9.3",
|
|
296
296
|
"typescript-eslint": "8.56.1",
|
package/renovate-schema.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
-
"title": "JSON schema for Renovate 43.76.
|
|
3
|
+
"title": "JSON schema for Renovate 43.76.4 config files (https://renovatebot.com/)",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"x-renovate-version": "43.76.
|
|
5
|
+
"x-renovate-version": "43.76.4",
|
|
6
6
|
"allowComments": true,
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|