Skip to content

Commit

Permalink
Update dependabot.yml - groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Oct 25, 2023
1 parent 2ba1ed2 commit 4a1d324
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
actions:
dependency-type: "all"
- package-ecosystem: maven
directory: "/"
registries:
Expand All @@ -20,4 +23,9 @@ updates:
interval: daily
open-pull-requests-limit: 20
allow:
- dependency-type: "all"
- dependency-type: "all"
groups:
prod-deps:
dependency-type: "production"
dev-deps:
dependency-type: "development"

0 comments on commit 4a1d324

Please sign in to comment.