Skip to content

Commit 720ecbe

Browse files
authored
Update Dependabot configuration to ignore specific versions for xsuaa and spring-boot (#670)
Should avoid PRs like this: #667 main branch still uses Spring-Boot <4 and xsuaa < 4.
1 parent d2f2070 commit 720ecbe

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ updates:
1515
all-maven-dependencies:
1616
patterns:
1717
- "*"
18+
ignore:
19+
- dependency-name: "com.sap.cloud.security:*"
20+
versions:
21+
- ">=4"
22+
- dependency-name: "org.springframework.boot:*"
23+
versions:
24+
- ">=4"
1825
- package-ecosystem: "npm"
1926
directories:
2027
- "/"

0 commit comments

Comments
 (0)