Skip to content

Commit

Permalink
chore: add groups to dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Aug 5, 2024
1 parent 7bfb46c commit db0f4bc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,25 @@ updates:
- package-ecosystem: maven
directories:
- "**/*"
groups:
jersey:
patterns:
- "org.glassfish.jersey:*"
spring:
patterns:
- "org.springframework:*"
schedule:
interval: "weekly"
open-pull-requests-limit: 20
- package-ecosystem: gradle
directories:
- "**/*"
groups:
jersey:
patterns:
- "org.glassfish.jersey:*"
spring:
patterns:
- "org.springframework:*"
schedule:
interval: "weekly"

0 comments on commit db0f4bc

Please sign in to comment.