Skip to content

Commit

Permalink
ci: update dependabot.yml with improved ignore rules (#2842)
Browse files Browse the repository at this point in the history
Prevent incompatible updates to spring-cloud-starter-bootstrap and spring-cloud-config-dependencies, as occurred in https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/pull/2818
  • Loading branch information
burkedavison authored May 6, 2024
1 parent 2c8e5cb commit 0712bcb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,16 @@ updates:
# Spring Cloud dependencies
- dependency-name: "org.springframework.cloud:spring-cloud-dependencies"
versions: ["2022.x", "2023.x"]
# spring-cloud-dependencies-parent should be eventually removed per #1294
- dependency-name: "org.springframework.cloud:spring-cloud-dependencies-parent"
versions: ["4.x"]
- dependency-name: "org.springframework.cloud:spring-cloud-config"
versions: ["4.x"]
- dependency-name: "org.springframework.cloud:spring-cloud-config-dependencies"
versions: ["4.x"]
- dependency-name: "org.springframework.cloud:spring-cloud-function"
versions: ["4.x"]
# spring-cloud-dependencies-parent should be eventually removed per #1294
- dependency-name: "org.springframework.cloud:spring-cloud-dependencies-parent"
- dependency-name: "org.springframework.cloud:spring-cloud-starter-bootstrap"
versions: ["4.x"]
# Spring Shell dependencies
- dependency-name: "org.springframework.shell:spring-shell-starter"
Expand Down Expand Up @@ -89,8 +93,12 @@ updates:
versions: ["2023.x"]
- dependency-name: "org.springframework.cloud:spring-cloud-config"
versions: [">=4.1.0"]
- dependency-name: "org.springframework.cloud:spring-cloud-config-dependencies"
versions: [">=4.1.0"]
- dependency-name: "org.springframework.cloud:spring-cloud-function"
versions: [">=4.1.0"]
- dependency-name: "org.springframework.cloud:spring-cloud-starter-bootstrap"
versions: [">=4.1.0"]
# Spring Shell dependencies
- dependency-name: "org.springframework.shell:spring-shell-starter"
versions: [">=3.2.0"]

0 comments on commit 0712bcb

Please sign in to comment.