We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b5d9e commit 629b143Copy full SHA for 629b143
renovate.json
@@ -4,9 +4,31 @@
4
],
5
"packageRules": [
6
{
7
- "matchPackagePrefixes": ["@openzeppelin/"],
8
- "schedule": ["at any time"],
+ "matchPackagePrefixes": [
+ "@openzeppelin/"
9
+ ],
10
+ "schedule": [
11
+ "at any time"
12
13
"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"
32
}
33
]
-}
34
+}
0 commit comments