File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 127127 "packageNameTemplate" : "{{depName}}/{{asset}}" ,
128128 "versioningTemplate" : "semver" ,
129129 } ,
130- // Versioned npm CDN scalar entries in Jekyll config files and front matter without SRI.
130+ // Versioned npm CDN href/ scalar entries in Jekyll config files and front matter without SRI.
131131 {
132132 "customType" : "regex" ,
133133 "managerFilePatterns" : [
134134 "/^(?:_config(?:_[^/]+)?[.]ya?ml|_layouts/.*[.]html|[^/]+[.](?:html|md)|blog/.*[.]html|_posts/.*[.]md|docs/.*[.]md)$/" ,
135135 ] ,
136136 "matchStrings" : [
137+ "href:\\s*[\"']https://(?:cdn\\.jsdelivr\\.net/npm|unpkg\\.com)/(?<depName>(?:@[^@/\"'\\s]+/)?[^@/\"'\\s]+)@(?<currentValue>[^/\"'\\s?#]+)" ,
137138 "(?:^|\\r?\\n)[ \\t]*-[ \\t]*[\"']https://(?:cdn\\.jsdelivr\\.net/npm|unpkg\\.com)/(?<depName>(?:@[^@/\"'\\s]+/)?[^@/\"'\\s]+)@(?<currentValue>[^/\"'\\s?#]+)" ,
138139 ] ,
139140 "datasourceTemplate" : "npm" ,
You can’t perform that action at this time.
0 commit comments