mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-22 10:51:28 +00:00
Group dagger deps in dependabot
This commit is contained in:
parent
f257bd3cb7
commit
dd75945500
1 changed files with 5 additions and 1 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -3,8 +3,12 @@ updates:
|
|||
- package-ecosystem: gradle
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: weekly
|
||||
open-pull-requests-limit: 10
|
||||
groups:
|
||||
dagger:
|
||||
pattern:
|
||||
- "com.google.dagger:dagger*"
|
||||
ignore:
|
||||
- dependency-name: androidx.annotation:annotation
|
||||
versions:
|
||||
|
|
Loading…
Reference in a new issue