Skip to content

Commit

Permalink
dependabot: Move Maven plugins to a dedicated group
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Jan 26, 2024
1 parent 7006965 commit 978fd81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ updates:
directory: "/"
schedule:
interval: weekly
groups:
maven-plugins:
patterns:
- "*maven*plugin*"
- "org.apache.maven*:*"
exclude-patterns:
- "io.quarkus*"

0 comments on commit 978fd81

Please sign in to comment.