https://github.com/omochice/renovate-config
Shareable configuration for Renovate within Deno project
https://github.com/omochice/renovate-config
deno dependency renovate renovate-config
Last synced: 3 months ago
JSON representation
Shareable configuration for Renovate within Deno project
- Host: GitHub
- URL: https://github.com/omochice/renovate-config
- Owner: Omochice
- License: zlib
- Created: 2023-10-18T05:58:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T01:40:00.000Z (3 months ago)
- Last Synced: 2025-07-10T02:55:31.317Z (3 months ago)
- Topics: deno, dependency, renovate, renovate-config
- Language: TypeScript
- Homepage:
- Size: 2.09 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @Omochice/renovate-config
[](https://github.com/Omochice/renovate-config/actions/workflows/check.yml)
[](https://scorecard.dev/viewer/?uri=github.com/Omochice/renovate-config)A configuration for Renovate.
## To use
Extends this configuration using by `extends` field.
If you use Renovate in a Deno project.
```json
{
"extends": [
"github>Omochice/renovate-config:deno"
]
}
```## Limitation
Currently, there are following limitions on Deno project:
- Only support some datasources
- https://deno.land/std
- https://deno.land/x
- `npm:` specifier
- https://esm.sh
- https://pax.deno.dev
- https://raw.githubusercontent.com
- https://unpkg.com
- https://cdn.skypack.dev
- `jsr:` specifier
- https://jsr.io
- See [test case](./test/deno/) for supported syntax
- Dynamic import is not followed
- Cannot detect tag when "/" is included in it (github-tag source(pax.deno.dev and raw.githubusercontent.com))
- Cannot update `deno.lock`## License
[zlib](./LICENSE)