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 f66cd6e commit 1c38ed5Copy full SHA for 1c38ed5
1 file changed
.github/dependabot.yml
@@ -34,6 +34,19 @@ updates:
34
- ignore title check
35
- dependencies
36
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
+
50
- package-ecosystem: github-actions
51
directory: /
52
schedule:
0 commit comments