renovate 43.9.0 → 43.10.1
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/data/monorepo.js +3 -0
- package/package.json +3 -3
- package/renovate-schema.json +2 -2
package/dist/data/monorepo.js
CHANGED
|
@@ -264,6 +264,9 @@ var repoGroups = {
|
|
|
264
264
|
"docusaurus": "https://github.com/facebook/docusaurus",
|
|
265
265
|
"dot-swashbuckle": "https://github.com/Havunen/DotSwashbuckle",
|
|
266
266
|
"dotnet": [
|
|
267
|
+
"https://asp.net/",
|
|
268
|
+
"https://docs.microsoft.com/ef/core/",
|
|
269
|
+
"https://dot.net/",
|
|
267
270
|
"https://github.com/dotnet/aspnetcore",
|
|
268
271
|
"https://github.com/dotnet/dotnet",
|
|
269
272
|
"https://github.com/dotnet/efcore",
|
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.
|
|
4
|
+
"version": "43.10.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"remark-github": "12.0.0",
|
|
194
194
|
"safe-stable-stringify": "2.5.0",
|
|
195
195
|
"sax": "1.4.4",
|
|
196
|
-
"semver": "7.7.
|
|
196
|
+
"semver": "7.7.4",
|
|
197
197
|
"semver-stable": "3.0.0",
|
|
198
198
|
"semver-utils": "1.1.4",
|
|
199
199
|
"shlex": "3.0.0",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"@types/mdast": "4.0.4",
|
|
254
254
|
"@types/moo": "0.5.10",
|
|
255
255
|
"@types/ms": "2.1.0",
|
|
256
|
-
"@types/node": "24.10.
|
|
256
|
+
"@types/node": "24.10.11",
|
|
257
257
|
"@types/parse-link-header": "2.0.3",
|
|
258
258
|
"@types/punycode": "2.1.4",
|
|
259
259
|
"@types/sax": "1.2.7",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 43.
|
|
2
|
+
"title": "JSON schema for Renovate 43.10.1 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "43.
|
|
4
|
+
"x-renovate-version": "43.10.1",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|