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 a89ee6a commit 6ad1fd6Copy full SHA for 6ad1fd6
.github/dependabot.yaml
@@ -0,0 +1,9 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for Gradle
4
+ - package-ecosystem: "maven"
5
+ # Look for `build.gradle` in the `root` directory
6
+ directory: "/"
7
+ # Check for updates once daily
8
+ schedule:
9
+ interval: "daily"
0 commit comments