Ignore major version updates on 9.4.x

This commit is contained in:
Joakim Erdfelt 2024-04-01 09:21:08 -05:00
parent 58293ad1f1
commit e82a513f9f
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 3 additions and 0 deletions

View File

@ -204,6 +204,9 @@ updates:
patterns:
- "*"
ignore:
# Do not upgrade major versions of dependencies
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
# Restrict updates in this branch to jetty in the 9.4.x space
- dependency-name: "org.infinispan:*"
versions: [ ">=12" ]