Skip to content

Commit 629b143

Browse files
committed
Add deno import map
1 parent e4b5d9e commit 629b143

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

renovate.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,31 @@
44
],
55
"packageRules": [
66
{
7-
"matchPackagePrefixes": ["@openzeppelin/"],
8-
"schedule": ["at any time"],
7+
"matchPackagePrefixes": [
8+
"@openzeppelin/"
9+
],
10+
"schedule": [
11+
"at any time"
12+
],
913
"rangeStrategy": "update-lockfile"
14+
},
15+
{
16+
"matchManagers": [
17+
"regex"
18+
],
19+
"groupName": "import_map (esm.sh)"
20+
}
21+
],
22+
"regexManagers": [
23+
{
24+
"fileMatch": [
25+
"^packages/ui/api/ai/import_map\\.json$"
26+
],
27+
"matchStrings": [
28+
"\"[^\"]+\"\\s*:\\s*\"https://esm\\.sh/(?<depName>(?:@[^/@]+/)?[^@/]+)@(?<currentValue>[^\"\\?/]+)"
29+
],
30+
"datasourceTemplate": "npm",
31+
"versioningTemplate": "npm"
1032
}
1133
]
12-
}
34+
}

0 commit comments

Comments
 (0)