renovate/lib/modules/datasource/deno
Rhys Arkins b6ed33ec01
fix(regex): don’t escape forward slash in fileMatch (#19314)
This cleanup of default `fileMatch` values should be backwards compatible.
2023-03-10 09:34:39 +01:00
..
index.spec.ts feat(datasource): add Deno datasource (#18878) 2022-12-01 07:56:31 +00:00
index.ts fix(regex): don’t escape forward slash in fileMatch (#19314) 2023-03-10 09:34:39 +01:00
readme.md feat(datasource): add Deno datasource (#18878) 2022-12-01 07:56:31 +00:00
types.ts feat(datasource): add Deno datasource (#18878) 2022-12-01 07:56:31 +00:00
utils.ts feat(datasource): add Deno datasource (#18878) 2022-12-01 07:56:31 +00:00

This datasource extracts dependencies from a denoland/apiland compatible registry server.

By default, Renovate uses the official Deno registry. You can override this by setting your own registryUrl.