Skip to content

Commit 014d7b7

Browse files
authored
Merge pull request #569 from modelix/fix-dependabot-maven
ci: dependabot wasn't updating maven dependencies anymore
2 parents c572ff6 + 54f20aa commit 014d7b7

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)