Skip to content

Commit

Permalink
More restrictions on dependabot updates in 9.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Mar 2, 2024
1 parent 8dd4a78 commit 77119e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,14 @@ updates:
# Restrict updates in this branch to jetty in the 9.4.x space
- dependency-name: "org.infinispan:*"
versions: [ ">=12" ]
- dependency-name: "com.hazelcast:*"
- dependency-name: "org.apache.directory*"
- dependency-name: "org.apache.felix:*"
versions: [ ">=4" ]
- dependency-name: "org.jboss.weld.servlet:*"
versions: [ ">=4" ]
- dependency-name: "ch.qos.logback:*"
versions: [ ">=1.3" ]
- dependency-name: "org.asciidoctor:asciidoctor-maven-plugin"
versions: [ ">=3" ]

0 comments on commit 77119e8

Please sign in to comment.