File tree 1 file changed +2
-25
lines changed
1 file changed +2
-25
lines changed Original file line number Diff line number Diff line change 2
2
$schema : 'https://docs.renovatebot.com/renovate-schema.json' ,
3
3
extends : [
4
4
'github>Kesin11/renovate-config:oss' ,
5
+ "github>Kesin11/renovate-config:deno" ,
5
6
':prConcurrentLimit10' ,
6
7
'schedule:weekends' ,
7
- ] ,
8
- customManagers : [
9
- {
10
- customType : 'regex' ,
11
- fileMatch : [
12
- '\\.tsx?$' ,
13
- ] ,
14
- matchStrings : [
15
- '(?:im|ex)port(?:.|\\s)+?from\\s*[\'"](?<depName>https://deno.land/.+?)@v?(?<currentValue>[\\.\\d]+).*?[\'"]' ,
16
- '(?:@deno-types=)[\'"](?<depName>https://deno.land/.+?)@v?(?<currentValue>[\\.\\d]+).*?[\'"]' ,
17
- ] ,
18
- datasourceTemplate : 'deno' ,
19
- } ,
20
- {
21
- customType : 'regex' ,
22
- fileMatch : [
23
- '\\.tsx?$' ,
24
- ] ,
25
- matchStrings : [
26
- '(?:im|ex)port(?:.|\\s)+?from\\s*[\'"]npm:(?<depName>.+?)@.*?(?<currentValue>[\\.\\d]+).*?[\'"]' ,
27
- '(?:@deno-types=)[\'"]npm:(?<depName>.+?)@.*?(?<currentValue>[\\.\\d]+).*?[\'"]' ,
28
- ] ,
29
- datasourceTemplate : 'npm' ,
30
- } ,
31
- ] ,
8
+ ]
32
9
}
You can’t perform that action at this time.
0 commit comments