Skip to content

Commit

Permalink
[skip ci] Group all maven dependencies (LSPosed#2871)
Browse files Browse the repository at this point in the history
so that dependabot will only open one PR for multiple dependencies
update.
  • Loading branch information
yujincheng08 authored Dec 6, 2023
1 parent 046cebd commit 6acdd1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ updates:
schedule:
interval: daily
time: "21:00"
open-pull-requests-limit: 10
target-branch: master
registries:
- maven-google
- gradle-plugin
groups:
maven-dependencies:
patterns:
- "*"

registries:
maven-google:
Expand Down

0 comments on commit 6acdd1c

Please sign in to comment.