Skip to content

Commit 54f20aa

Browse files
committed
ci: dependabot wasn't updating maven dependencies anymore
The error log at https://github.com/modelix/modelix.core/network/updates showed that it couldn't connect to https://maven.pkg.github.com/modelix/modelix Looks like dependabot also checks publishing repositories, which is unnecessary.
1 parent 2bcb533 commit 54f20aa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
version: 2
2+
registries:
3+
maven-central:
4+
type: maven-repository
5+
url: https://repo.maven.apache.org/maven2/
6+
maven-itemis:
7+
type: maven-repository
8+
url: https://artifacts.itemis.cloud/repository/maven-mps/
29
updates:
310
- package-ecosystem: "gradle"
411
open-pull-requests-limit: 20
12+
registries:
13+
- maven-central
14+
- maven-itemis
515
directory: "/"
616
schedule:
717
interval: "daily"

0 commit comments

Comments
 (0)