Skip to content

Commit ca5ed7f

Browse files
Include Spring Milestone Maven Registry in Dependabot
Closes gh-14029
1 parent b712a47 commit ca5ed7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
version: 2
2+
3+
registries:
4+
spring-milestones:
5+
type: maven-repository
6+
url: https://repo.spring.io/milestone
7+
28
updates:
39

410
- package-ecosystem: "gradle"
@@ -10,6 +16,8 @@ updates:
1016
time: "03:00"
1117
timezone: "Etc/UTC"
1218
labels: [ "type: dependency-upgrade" ]
19+
registries:
20+
- "spring-milestones"
1321
ignore:
1422
- dependency-name: "com.nimbusds:nimbus-jose-jwt" # nimbus-jose-jwt gets updated when oauth2-oidc-sdk is updated to ensure consistency
1523
- dependency-name: "org.python:jython" # jython updates break integration tests

0 commit comments

Comments
 (0)