File tree Expand file tree Collapse file tree 7 files changed +48
-88
lines changed
Expand file tree Collapse file tree 7 files changed +48
-88
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+
4+ - package-ecosystem : " maven"
5+ directories :
6+ - " /initial/configuration-client"
7+ - " /initial/configuration-service"
8+ - " /complete/configuration-client"
9+ - " /complete/configuration-service"
10+ ignore :
11+ - dependency-name : " *"
12+ update-types : ["version-update:semver-patch"]
13+ schedule :
14+ interval : " monthly"
15+ target-branch : " main"
16+ groups :
17+ guide-dependencies-maven :
18+ patterns :
19+ - " *"
20+
21+ - package-ecosystem : " gradle"
22+ directories :
23+ - " /initial/configuration-client"
24+ - " /initial/configuration-service"
25+ - " /complete/configuration-client"
26+ - " /complete/configuration-service"
27+ ignore :
28+ - dependency-name : " *"
29+ update-types : ["version-update:semver-patch"]
30+ schedule :
31+ interval : " monthly"
32+ target-branch : " main"
33+ groups :
34+ guide-dependencies-gradle :
35+ patterns :
36+ - " *"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11plugins {
22 id ' org.springframework.boot' version ' 3.3.0'
3- id ' io.spring.dependency-management' version ' 1.1.5'
43 id ' java'
54}
65
6+ apply plugin : ' io.spring.dependency-management'
7+
78group = ' com.example'
89version = ' 0.0.1-SNAPSHOT'
910sourceCompatibility = ' 17'
@@ -14,7 +15,7 @@ repositories {
1415}
1516
1617ext {
17- set( ' springCloudVersion' , " 2023.0.2" )
18+ springCloudVersion = ' 2023.0.2'
1819}
1920
2021dependencies {
Original file line number Diff line number Diff line change 11plugins {
22 id ' org.springframework.boot' version ' 3.3.0'
3- id ' io.spring.dependency-management' version ' 1.1.5'
43 id ' java'
54}
65
6+ apply plugin : ' io.spring.dependency-management'
7+
78group = ' com.example'
89version = ' 0.0.1-SNAPSHOT'
910sourceCompatibility = ' 17'
@@ -14,7 +15,7 @@ repositories {
1415}
1516
1617ext {
17- set( ' springCloudVersion' , " 2023.0.2" )
18+ springCloudVersion = ' 2023.0.2'
1819}
1920
2021dependencies {
Original file line number Diff line number Diff line change 11plugins {
22 id ' org.springframework.boot' version ' 3.3.0'
3- id ' io.spring.dependency-management' version ' 1.1.5'
43 id ' java'
54}
65
6+ apply plugin : ' io.spring.dependency-management'
7+
78group = ' com.example'
89version = ' 0.0.1-SNAPSHOT'
910sourceCompatibility = ' 17'
@@ -14,7 +15,7 @@ repositories {
1415}
1516
1617ext {
17- set( ' springCloudVersion' , " 2023.0.2" )
18+ springCloudVersion = ' 2023.0.2'
1819}
1920
2021dependencies {
Original file line number Diff line number Diff line change 11plugins {
22 id ' org.springframework.boot' version ' 3.3.0'
3- id ' io.spring.dependency-management' version ' 1.1.5'
43 id ' java'
54}
65
6+ apply plugin : ' io.spring.dependency-management'
7+
78group = ' com.example'
89version = ' 0.0.1-SNAPSHOT'
910sourceCompatibility = ' 17'
@@ -14,7 +15,7 @@ repositories {
1415}
1516
1617ext {
17- set( ' springCloudVersion' , " 2023.0.2" )
18+ springCloudVersion = ' 2023.0.2'
1819}
1920
2021dependencies {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments