1 parent 3a237fd commit c57a3f3Copy full SHA for c57a3f3
1 file changed
.github/dependabot.yml
@@ -0,0 +1,24 @@
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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
6
+version: 2
7
8
+updates:
9
+ - package-ecosystem: "gradle"
10
+ directory: "/"
11
+ schedule:
12
+ interval: "weekly"
13
+ registries:
14
+ - google
15
+ - maven-central
16
+ open-pull-requests-limit: 10
17
18
+registries:
19
+ google:
20
+ type: maven-repository
21
+ url: "https://maven.google.com/"
22
+ maven-central:
23
24
+ url: "https://repo.maven.apache.org/maven2"
0 commit comments