File tree Expand file tree Collapse file tree 3 files changed +21
-12
lines changed Expand file tree Collapse file tree 3 files changed +21
-12
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ updates:
25
25
schedule :
26
26
interval : weekly
27
27
time : " 03:00"
28
+ ignore :
29
+ - dependency-name : " io.dropwizard.modules:dropwizard-testing-junit4"
30
+ # We don't want to upgrade to Dropwizard 5.x just yet
31
+ versions :
32
+ - " >= 5"
28
33
open-pull-requests-limit : 10
29
34
- package-ecosystem : maven
30
35
directory : " /utils-dropwizard-4"
@@ -49,6 +54,11 @@ updates:
49
54
schedule :
50
55
interval : weekly
51
56
time : " 03:00"
57
+ ignore :
58
+ - dependency-name : " io.dropwizard.modules:dropwizard-testing-junit4"
59
+ # We don't want to upgrade to Dropwizard 5.x just yet
60
+ versions :
61
+ - " >= 5"
52
62
open-pull-requests-limit : 10
53
63
- package-ecosystem : maven
54
64
directory : " /validation-dropwizard-4"
Original file line number Diff line number Diff line change 50
50
51
51
<!-- Test dependencies that are imported from one of the BOMs specified
52
52
in <dependencyManagement> in the parent POM, so no explicit versions needed -->
53
+ <!-- <dependency>-->
54
+ <!-- <groupId>io.dropwizard.modules</groupId>-->
55
+ <!-- <artifactId>dropwizard-testing-junit4</artifactId>-->
56
+ <!-- <scope>test</scope>-->
57
+ <!-- </dependency>-->
53
58
54
59
<!-- Test dependencies that need explicit versions -->
55
- <dependency >
56
- <groupId >io.dropwizard.modules</groupId >
57
- <artifactId >dropwizard-testing-junit4</artifactId >
58
- <version >4.0.16</version >
59
- <scope >test</scope >
60
- </dependency >
61
60
<dependency >
62
61
<groupId >org.hamcrest</groupId >
63
62
<artifactId >hamcrest</artifactId >
Original file line number Diff line number Diff line change 49
49
50
50
<!-- Test dependencies that are imported from one of the BOMs specified
51
51
in <dependencyManagement> in the parent POM, so no explicit versions needed -->
52
- <dependency >
53
- <groupId >io.dropwizard.modules</groupId >
54
- <artifactId >dropwizard-testing-junit4</artifactId >
55
- <version >4.0.16</ version >
56
- < scope >test</ scope >
57
- </ dependency >
52
+ <!-- <dependency> -- >
53
+ <!-- <groupId>io.dropwizard.modules</groupId> -- >
54
+ <!-- <artifactId>dropwizard-testing-junit4</artifactId> -- >
55
+ <!-- <scope>test</scope> -- >
56
+ <!-- </dependency> -- >
57
+
58
58
<!-- Test dependencies that need explicit versions -->
59
59
</dependencies >
60
60
You can’t perform that action at this time.
0 commit comments