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 0825869 commit 09a6b51Copy full SHA for 09a6b51
.github/dependabot.yml
@@ -0,0 +1,14 @@
1
+# Dependabot Configuration
2
+#
3
+# This configuration file specifies the settings for Dependabot Scanning.
4
+# It monitors the Gradle dependencies and runs checks
5
+# on a weekly basis. This will only provide vulnerability alerts and will not create
6
+# pull requests for version updates.
7
+
8
+version: 2
9
+updates:
10
+ - package-ecosystem: "gradle"
11
+ directory: "/"
12
+ schedule:
13
+ interval: "weekly"
14
+ open-pull-requests-limit: 0
0 commit comments