forked from renovatebot/renovate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'fork/feat/add-ubuntu-container-support'…
… into feat/add-ubuntu-container-support * fork/feat/add-ubuntu-container-support: fix(npm): re-enable lock file maintenance (renovatebot#25045) chore: drop `status:ready` and improve triage docs (renovatebot#25023) fix(go): Ignore `mod` type of `go-import` header (renovatebot#25039) chore(deps): update dependency @types/moo to v0.5.7 (renovatebot#25031) feat(terraform-module): always use 'source' as sourceUrl when available (renovatebot#25008) chore(deps): update dependency @types/mdast to v3.0.13 (renovatebot#25027) build(deps): update dependency @types/ms to v0.7.32 (renovatebot#25026) chore: drop `priority-5-triage` label (renovatebot#25024) chore(lookup): include package name in warning message (renovatebot#24998) chore: allow null value and undefined for validateURL (renovatebot#25014) fix: add httpsCertificate, httpsPrivateKey and httpsCertificateAuthority into redactedFields (renovatebot#25013) chore(deps): update dependency type-fest to v4.3.3 (renovatebot#25011) chore(deps): update dependency @types/markdown-it to v13.0.2 (renovatebot#25010) build(deps): update dependency zod to v3.22.3 [security] (renovatebot#25007) chore(deps): update dependency type-fest to v4.3.2 (renovatebot#25006) build(deps): update dependency markdown-it to v13.0.2 (renovatebot#25005)
- Loading branch information
Showing
20 changed files
with
210 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
lib/modules/datasource/terraform-module/__fixtures__/registry-versions-with-source.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"modules": [ | ||
{ | ||
"versions": [ | ||
{ | ||
"version": "0.0.2", | ||
"submodules": [], | ||
"root": { | ||
"dependencies": [], | ||
"providers": [ | ||
{ | ||
"name": "local", | ||
"version": "" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.0.1", | ||
"submodules": [], | ||
"root": { | ||
"dependencies": [], | ||
"providers": [ | ||
{ | ||
"name": "local", | ||
"version": "" | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"source": "https://gitlab.com/renovate-issue-25003/mymodule" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.