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 2d5b990 commit cbb7df4Copy full SHA for cbb7df4
.github/dependabot.yml
@@ -1,13 +1,25 @@
1
version: 2
2
+registries:
3
+ maven-central:
4
+ type: maven-repository
5
+ url: "https://repo.maven.apache.org/maven2/"
6
+ viaversion-maven:
7
8
+ url: "https://repo.viaversion.com/"
9
updates:
10
- package-ecosystem: "gradle"
11
directory: "/"
12
schedule:
13
interval: "daily"
14
+ registries:
15
+ - maven-central
16
+ - viaversion-maven
17
18
directory: "/Agent/"
19
20
21
22
23
- package-ecosystem: "github-actions"
24
25
0 commit comments