-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md
48 lines (36 loc) · 1 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# @Omochice/renovate-config
[](https://github.com/Omochice/renovate-config/actions/workflows/ci.yml)
A configuration for Renovate.
## To use
Extends this configuration using by `extends` field.
```json
{
"extends": [
"github>Omochice/renovate-config"
]
}
```
If you use Renovate in 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
- See [test case](./test/deno.test.ts) 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))
## License
[zlib](./LICENSE)