File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 49
49
" \\ s\" (?<depName>.*?)\" : \" (?<currentValue>.*?)\" ,?\\ s"
50
50
],
51
51
"datasourceTemplate" : " npm"
52
+ },
53
+ {
54
+ "description" : " Update the java formatter" ,
55
+ "fileMatch" : [
56
+ " Dockerfile" ,
57
+ " .github/actions/setup/action.yml"
58
+ ],
59
+ "matchStrings" : [
60
+ " https://github.com/google/google-java-format/releases/download/v(?<currentValue>.*?)/google-java-format-(?<currentValue>.*?)-all-deps.jar"
61
+ ],
62
+ "depNameTemplate" : " google/google-java-format" ,
63
+ "datasourceTemplate" : " github-releases"
64
+ },
65
+ {
66
+ "description" : " Update java packages in mustache files" ,
67
+ "fileMatch" : " build.mustache" ,
68
+ "matchStrings" : [
69
+ " testImplementation '(?<depName>.*):(?<currentValue>\\ d.*?)'"
70
+ ],
71
+ "datasourceTemplate" : " maven"
72
+ },
73
+ {
74
+ "description" : " Update yarn version (won't work because we need to download the script but gives an alert at least)" ,
75
+ "fileMatch" : " .yarnrc.yml" ,
76
+ "matchStrings" : [
77
+ " yarnPath: .yarn/releases/yarn-(?<currentValue>.*?).cjs"
78
+ ],
79
+ "depNameTemplate" : " yarnpkg/berry" ,
80
+ "datasourceTemplate" : " github-releases"
52
81
}
53
82
],
54
83
"ignorePaths" : [
You can’t perform that action at this time.
0 commit comments