Skip to content

Commit

Permalink
Hopefully fix the exclude patterns
Browse files Browse the repository at this point in the history
Try groupId:artifactId format (because GH docs don't make it clear)
  • Loading branch information
sleberknight authored Nov 25, 2024
1 parent 1587d92 commit 26c23e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ updates:
- "minor"
- "patch"
exclude-patterns:
- "jersey-bom"
- "jakarta.validation-api"
- "org.glassfish.jersey:*"
- "jakarta.validation:jakarta.validation-api"
assignees:
- "sleberknight"
- "chrisrohr"
Expand Down

0 comments on commit 26c23e8

Please sign in to comment.