We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7bf792 + 7b313f8 commit c781fe0Copy full SHA for c781fe0
1 file changed
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+# To get started with Dependabot version updates, you'll need to specify which
2
+# package ecosystems to update and where the package manifests are located.
3
+# Please see the documentation for all configuration options:
4
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+version: 2
6
+updates:
7
+ - package-ecosystem: gradle
8
+ directory: "/"
9
+ schedule:
10
+ interval: daily
11
+ time: "21:00"
12
+ open-pull-requests-limit: 10
13
+ target-branch: master
0 commit comments