File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : maven
4- directory : " /"
5- schedule :
6- interval : daily
7- time : " 23:30"
8- open-pull-requests-limit : 10
9- assignees :
10- - paul58914080
3+ - package-ecosystem : maven
4+ directory : " /"
5+ schedule :
6+ interval : daily
7+ time : " 23:30"
8+ groups :
9+ spring :
10+ patterns :
11+ - " org.springframework:*"
12+ - " org.springframework.boot:*"
13+ testing :
14+ patterns :
15+ - " org.junit*:*"
16+ - " org.mockito:*"
17+ - " org.assertj:*"
18+ - " org.testcontainers:*"
19+ - " io.cucumber:*"
20+ logging :
21+ patterns :
22+ - " org.slf4j:*"
23+ - " ch.qos.logback:*"
24+ jackson :
25+ patterns :
26+ - " com.fasterxml.jackson*:*"
27+ apache :
28+ patterns :
29+ - " org.apache.*:*"
30+ open-pull-requests-limit : 10
31+ commit-message :
32+ prefix : " build: "
33+ - package-ecosystem : github-actions
34+ directory : " /"
35+ schedule :
36+ interval : weekly
37+ groups :
38+ actions-core :
39+ patterns :
40+ - " actions/checkout"
41+ - " actions/cache"
42+ language-setup :
43+ patterns :
44+ - " actions/setup-java"
45+ - " actions/setup-python"
46+ reporting :
47+ patterns :
48+ - " actions/upload-artifact"
49+ - " actions/download-artifact"
50+ - " codecov/codecov-action"
51+ open-pull-requests-limit : 5
52+ commit-message :
53+ prefix : " ci: "
Original file line number Diff line number Diff line change 1515 distribution : temurin
1616 java-version : 21
1717 - name : Cache Maven dependencies
18- uses : actions/cache@v4
18+ uses : actions/cache@v5
1919 with :
2020 path : ~/.m2/repository
2121 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
2424 - name : Build with Maven
2525 run : mvn clean install -ntp
2626 - name : Upload coverage to Codecov
27- uses : codecov/codecov-action@v5
27+ uses : codecov/codecov-action@v7
2828 with :
2929 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments