File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 37
37
- name : Download Java formatter
38
38
if : inputs.type != 'minimal'
39
39
shell : bash
40
- run : curl --retry 3 -L "https://github.com/google/google-java-format/releases/download/v1.15 .0/google-java-format-1.15 .0-all-deps.jar" > /tmp/java-formatter.jar
40
+ run : curl --retry 3 -L "https://github.com/google/google-java-format/releases/download/v1.13 .0/google-java-format-1.13 .0-all-deps.jar" > /tmp/java-formatter.jar
41
41
42
42
# JavaScript for monorepo and tooling
43
43
- name : Install Node
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apk -U add openjdk11 jq bash perl build-base python3
8
8
ENV JAVA_HOME=/usr/lib/jvm/default-jvm
9
9
10
10
# Java formatter
11
- ADD https://github.com/google/google-java-format/releases/download/v1.15 .0/google-java-format-1.15 .0-all-deps.jar /tmp/java-formatter.jar
11
+ ADD https://github.com/google/google-java-format/releases/download/v1.13 .0/google-java-format-1.13 .0-all-deps.jar /tmp/java-formatter.jar
12
12
13
13
# PHP dependencies
14
14
RUN apk add -U composer php8 php8-tokenizer php8-dom php8-xml php8-xmlwriter
Original file line number Diff line number Diff line change 61
61
],
62
62
"depNameTemplate" : " google/google-java-format" ,
63
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"
64
81
}
65
82
],
66
83
"ignorePaths" : [
You can’t perform that action at this time.
0 commit comments