More restrictions on dependabot updates in 9.4.x

This commit is contained in:
Joakim Erdfelt 2024-03-02 08:19:00 -06:00
parent 8dd4a78d40
commit 77119e817b
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,7 @@ 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" ]
@ -214,4 +215,6 @@ updates:
versions: [ ">=4" ]
- dependency-name: "ch.qos.logback:*"
versions: [ ">=1.3" ]
- dependency-name: "org.asciidoctor:asciidoctor-maven-plugin"
versions: [ ">=3" ]