Skip to content

Commit c10f1d2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"regexManagers": [
2323
{
2424
"fileMatch": [
25-
"^packages/ui/api/ai/import_map\\.json$"
25+
"(^|/)import_map\\.json$"
2626
],
2727
"matchStrings": [
2828
"\"[^\"]+\"\\s*:\\s*\"https://esm\\.sh/(?<depName>(?:@[^/@]+/)?[^@/]+)@(?<currentValue>[^\"\\?/]+)"
@@ -31,4 +31,4 @@
3131
"versioningTemplate": "npm"
3232
}
3333
]
34-
}
34+
}

0 commit comments

Comments
 (0)