File tree Expand file tree Collapse file tree 4 files changed +18
-10
lines changed Expand file tree Collapse file tree 4 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
- " config:base"
3
+ " config:recommended"
4
+ ],
5
+ "addLabels" : [
6
+ " type: dependency-upgrade"
4
7
],
5
- "addLabels" : [" type: dependency-upgrade" ],
6
8
"schedule" : [
7
- " after 10pm every day "
9
+ " after 10pm"
8
10
],
9
11
"prHourlyLimit" : 1 ,
10
12
"prConcurrentLimit" : 20 ,
11
13
"timezone" : " Europe/Prague" ,
12
14
"packageRules" : [
13
15
{
14
- "matchPackagePatterns" : [" actions.*" ],
15
16
"dependencyDashboardApproval" : true ,
16
- "matchUpdateTypes" : [" patch" ],
17
+ "matchUpdateTypes" : [
18
+ " patch"
19
+ ],
17
20
"matchCurrentVersion" : " !/^0/" ,
18
- "automerge" : true
21
+ "automerge" : true ,
22
+ "matchPackageNames" : [
23
+ " /actions.*/"
24
+ ]
19
25
},
20
26
{
21
- "matchUpdateTypes" : [" patch" ],
27
+ "matchUpdateTypes" : [
28
+ " patch"
29
+ ],
22
30
"matchCurrentVersion" : " !/^0/" ,
23
31
"automerge" : true
24
32
}
Original file line number Diff line number Diff line change 70
70
71
71
- name : " 📊 Publish Test Report"
72
72
if : always()
73
- uses : mikepenz/action-junit-report@v4
73
+ uses : mikepenz/action-junit-report@v5
74
74
with :
75
75
check_name : Java CI / Test Report (${{ matrix.java }})
76
76
report_paths : ' **/build/test-results/test/TEST-*.xml'
Original file line number Diff line number Diff line change @@ -160,6 +160,6 @@ jobs:
160
160
- name : Upload assets
161
161
# Upload the artifacts to the existing release. Note that the SLSA provenance will
162
162
# attest to each artifact file and not the aggregated ZIP file.
163
- uses : softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
163
+ uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
164
164
with :
165
165
files : artifacts.zip
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments