We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a165b43 commit 3515abaCopy full SHA for 3515aba
.github/dependabot.yml
@@ -105,6 +105,20 @@ updates:
105
open-pull-requests-limit: 10
106
labels:
107
- "autosubmit"
108
+ groups:
109
+ test-dependencies:
110
+ patterns:
111
+ - "androidx.test:*"
112
+ - "io.mockk:mockk:*"
113
+ - "junit:junit"
114
+ - "org.mockito:*"
115
+ - "org.robolectric:*"
116
+ gradle-plugin:
117
118
+ - "org.jetbrains.kotlin:kotlin-gradle-plugin"
119
+ androidx:
120
121
+ - "androidx.annotation:annotation"
122
ignore:
123
- dependency-name: "com.android.tools.build:gradle"
124
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
0 commit comments