• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1version: 2
2
3updates:
4  - package-ecosystem: "github-actions"
5    directory: "/"
6    schedule:
7      interval: "weekly"
8
9  - package-ecosystem: "gradle"
10    directory: "/"
11    schedule:
12      interval: "weekly"
13    groups:
14      android-gradle-plugin:
15        patterns:
16          - "com.android.tools:common"
17          - "com.android.tools.build:gradle*"
18      androidx-test:
19        patterns:
20          - "androidx.test*"
21      androidx:
22        patterns:
23          - "androidx.*"
24    ignore:
25      # don't auto update nativeruntime-dist-compat since it needs
26      # to be updated with code changes together
27      - dependency-name: "org.robolectric:nativeruntime-dist-compat"
28