diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc9d42a..67066c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,9 @@ updates: update-types: - "minor" - "patch" + exclude-patterns: + - "jersey-bom" + - "jakarta.validation-api" assignees: - "sleberknight" - "chrisrohr"