Skip to content

Commit 1c38ed5

Browse files
authored
chore: Added Auth0.Android dependency to dependabot update checks (#879)
1 parent f66cd6e commit 1c38ed5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@ updates:
3434
- ignore title check
3535
- dependencies
3636

37+
- package-ecosystem: gradle
38+
directory: auth0_flutter/android
39+
schedule:
40+
interval: daily
41+
allow:
42+
- dependency-name: 'com.auth0.android:auth0'
43+
ignore:
44+
- dependency-name: '*'
45+
update-types: ['version-update:semver-major']
46+
labels:
47+
- ignore title check
48+
- dependencies
49+
3750
- package-ecosystem: github-actions
3851
directory: /
3952
schedule:

0 commit comments

Comments
 (0)