Skip to content

Commit 30dd239

Browse files
authored
ci(dependabot): add jitpack registry for gradle
1 parent 9dad0da commit 30dd239

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
version: 2
2+
3+
registries:
4+
maven-google:
5+
type: maven-repository
6+
url: "https://dl.google.com/dl/android/maven2/"
7+
8+
maven-central:
9+
type: maven-repository
10+
url: "https://repo.maven.apache.org/maven2"
11+
12+
jitpack:
13+
type: maven-repository
14+
url: "https://jitpack.io"
15+
216
updates:
317
- package-ecosystem: "bundler"
418
directory: "/"
@@ -13,6 +27,10 @@ updates:
1327

1428
- package-ecosystem: "gradle"
1529
directory: "/"
30+
registries:
31+
- maven-central
32+
- maven-google
33+
- jitpack
1634
schedule:
1735
interval: "weekly"
1836
commit-message:

0 commit comments

Comments
 (0)