File tree Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change 22 "extends" : [
33 " github>arkedge/renovate-config"
44 ],
5- "labels" : [" priority::medium" , " tools" ],
6- "additionalReviewers" : [" sksat" ],
7- "assignees" : [" sksat" ],
8- "regexManagers" : [
5+ "labels" : [
6+ " priority::medium" ,
7+ " tools"
8+ ],
9+ "additionalReviewers" : [
10+ " sksat"
11+ ],
12+ "assignees" : [
13+ " sksat"
14+ ],
15+ "customManagers" : [
916 {
10- "fileMatch" : [" .github/workflows/*" ],
17+ "customType" : " regex" ,
18+ "fileMatch" : [
19+ " .github/workflows/*"
20+ ],
1121 "matchStrings" : [
12- " datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\ s.*?_VERSION:\\ s(?<currentValue>.*)\\ s" ,
22+ " datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\ s.*?_VERSION:\\ s(?<currentValue>.*)\\ s"
1323 ],
1424 "versioningTemplate" : " {{#if versioning}}{{versioning}}{{else}}semver{{/if}}"
1525 },
1626 {
17- "fileMatch" : [" .*\. sh" ],
27+ "customType" : " regex" ,
28+ "fileMatch" : [
29+ " .*.sh"
30+ ],
1831 "matchStrings" : [
19- " cargo install\\ s*(--\\ S*\\ s*)*(\\ s*--root\\ s\\ S*\\ s*)?(?<depName>\\ S*?)\\ s*(--\\ S*\\ s*)*(--version\\ s*(?<currentValue>\\ S*))\\ s" ,
32+ " cargo install\\ s*(--\\ S*\\ s*)*(\\ s*--root\\ s\\ S*\\ s*)?(?<depName>\\ S*?)\\ s*(--\\ S*\\ s*)*(--version\\ s*(?<currentValue>\\ S*))\\ s"
2033 ],
2134 "datasourceTemplate" : " crate" ,
2235 "versioningTemplate" : " cargo"
You can’t perform that action at this time.
0 commit comments