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 19c75a6 commit e0100ffCopy full SHA for e0100ff
1 file changed
.github/dependabot.yml
@@ -12,3 +12,12 @@ updates:
12
ignore:
13
- dependency-name: '*'
14
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