Skip to content

Commit

Permalink
Dependabot Grouping
Browse files Browse the repository at this point in the history
Now dependabot should create a single PR for all the dependencies. [Example PR](SentryMan/avaje-javalin-api-example#50)
  • Loading branch information
SentryMan committed Aug 27, 2024
1 parent 26a5c07 commit dbc58af
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
groups:
dev-deps:
dependency-type: "development"
prod-deps:
dependency-type: "production"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
dependencies:
patterns:
- "*"
labels:
- "dependencies"
target-branch: "master"

- package-ecosystem: "github-actions"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Expand Down

0 comments on commit dbc58af

Please sign in to comment.