mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-08 19:21:35 +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
|
- package-ecosystem: gradle
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: weekly
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
groups:
|
||||||
|
dagger:
|
||||||
|
pattern:
|
||||||
|
- "com.google.dagger:dagger*"
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: androidx.annotation:annotation
|
- dependency-name: androidx.annotation:annotation
|
||||||
versions:
|
versions:
|
||||||
|
|
Loading…
Reference in a new issue