Skip to content

Commit e0100ff

Browse files
chore(deps): add gradle updates configuration for android dependencies (#1581)
1 parent 19c75a6 commit e0100ff

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ updates:
1212
ignore:
1313
- dependency-name: '*'
1414
update-types: ['version-update:semver-major']
15+
- package-ecosystem: gradle
16+
directory: android
17+
schedule:
18+
interval: daily
19+
allow:
20+
- dependency-name: 'com.auth0.android:auth0'
21+
ignore:
22+
- dependency-name: '*'
23+
update-types: ['version-update:semver-major']

0 commit comments

Comments
 (0)