Skip to content

Commit

Permalink
Hide smoke test spring boot test app from dependabot (#8097)
Browse files Browse the repository at this point in the history
We want to keep that app using spring boot 2 so dependabot trying to
update to spring boot 3 isn't useful.
  • Loading branch information
laurit authored Mar 21, 2023
1 parent 7c54e9b commit 195fd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ include(":smoke-tests:images:quarkus")
include(":smoke-tests:images:servlet")
hideFromDependabot(":smoke-tests:images:servlet:servlet-3.0")
hideFromDependabot(":smoke-tests:images:servlet:servlet-5.0")
include(":smoke-tests:images:spring-boot")
hideFromDependabot(":smoke-tests:images:spring-boot")

hideFromDependabot("instrumentation:akka:akka-actor-2.3:javaagent")
hideFromDependabot(":instrumentation:akka:akka-actor-fork-join-2.5:javaagent")
Expand Down

0 comments on commit 195fd38

Please sign in to comment.