11version : 2
2+
3+ multi-ecosystem-groups :
4+ build :
5+ schedule :
6+ interval : " monthly"
7+
28updates :
9+ - package-ecosystem : " gradle"
10+ directory : " ./" # Hack to allow multiple definitions of Gradle
11+ patterns :
12+ - " gradle-wrapper"
13+ - " com.bakdata.release"
14+ - " com.bakdata.sonar"
15+ - " com.bakdata.jib"
16+ - " com.bakdata.avro"
17+ - " com.bakdata.mockito"
18+ # freefair plugins follow Gradle's versioning
19+ - " io.freefair*"
20+ cooldown :
21+ default-days : 7
22+ exclude :
23+ - " com.bakdata*"
24+ multi-ecosystem-group : " build"
325 - package-ecosystem : " gradle"
426 directory : " /"
527 schedule :
628 interval : " monthly"
29+ cooldown :
30+ default-days : 7
31+ exclude :
32+ - " com.bakdata*"
33+ ignore : # Should match the patterns that are selected for "build" multi-ecosystem Gradle updates
34+ - dependency-name : " gradle-wrapper"
35+ - dependency-name : " com.bakdata.release"
36+ - dependency-name : " com.bakdata.sonar"
37+ - dependency-name : " com.bakdata.jib"
38+ - dependency-name : " com.bakdata.avro"
39+ - dependency-name : " com.bakdata.mockito"
40+ - dependency-name : " io.freefair*"
741 groups :
842 log-dependencies :
943 patterns :
@@ -26,10 +60,25 @@ updates:
2660 patterns :
2761 - " io.freefair*"
2862
63+ - package-ecosystem : " github-actions"
64+ directory : " ./" # Hack to allow multiple definitions of GitHub Actions
65+ patterns :
66+ - " bakdata/ci-templates*"
67+ cooldown :
68+ default-days : 7
69+ exclude :
70+ - " bakdata/ci-templates*"
71+ multi-ecosystem-group : " build"
2972 - package-ecosystem : " github-actions"
3073 directory : " /"
3174 schedule :
3275 interval : " monthly"
76+ cooldown :
77+ default-days : 7
78+ exclude :
79+ - " bakdata/ci-templates*"
80+ ignore : # Should match the patterns that are selected for "build" multi-ecosystem GitHub Actions updates
81+ - dependency-name : " bakdata/ci-templates*"
3382 groups :
3483 ci-templates :
3584 patterns :
0 commit comments