Skip to content

Commit

Permalink
Create grouped Dependabot pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 authored Feb 29, 2024
1 parent b209d8e commit 41a0181
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@ updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
groups:
# Name is used for pull request title
maven:
patterns:
# Create a single pull request for all dependencies and plugins
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
# Name is used for pull request title
github-actions:
patterns:
# Create a single pull request for all actions
- "*"

0 comments on commit 41a0181

Please sign in to comment.