Commit 978dab1 1 parent 1ce3f33 commit 978dab1 Copy full SHA for 978dab1
File tree 1 file changed +21
-8
lines changed
1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change 2
2
"extends" : [
3
3
" github>arkedge/renovate-config"
4
4
],
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" : [
9
16
{
10
- "fileMatch" : [" .github/workflows/*" ],
17
+ "customType" : " regex" ,
18
+ "fileMatch" : [
19
+ " .github/workflows/*"
20
+ ],
11
21
"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"
13
23
],
14
24
"versioningTemplate" : " {{#if versioning}}{{versioning}}{{else}}semver{{/if}}"
15
25
},
16
26
{
17
- "fileMatch" : [" .*\. sh" ],
27
+ "customType" : " regex" ,
28
+ "fileMatch" : [
29
+ " .*.sh"
30
+ ],
18
31
"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"
20
33
],
21
34
"datasourceTemplate" : " crate" ,
22
35
"versioningTemplate" : " cargo"
You can’t perform that action at this time.
0 commit comments