Skip to content

Commit

Permalink
Group dependencies update into one commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsummer233 committed May 3, 2024
1 parent 8e2c492 commit 5dacc93
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@

version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
- package-ecosystem: gradle
directory: /
schedule:
interval: "daily"
interval: daily
groups:
maven-dependencies:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
interval: daily
groups:
action-dependencies:
patterns:
- "*"

0 comments on commit 5dacc93

Please sign in to comment.