@@ -3,30 +3,26 @@ updates:
33 - package-ecosystem : " maven"
44 directory : " /"
55 schedule :
6- interval : " cron"
7- cronjob : " 30 4 1,15 * *"
6+ interval : " weekly"
87 groups :
9- plugins :
10- patterns :
11- - " org.apache.maven.plugins:*"
12- - " com.mycila:license-maven-plugin"
13- - " org.jacoco:jacoco-maven-plugin"
14- - " org.sonarsource.scanner.maven:sonar-maven-plugin"
15- - " org.sonatype.plugins:nexus-staging-maven-plugin"
16- - " org.owasp:dependency-check-maven"
17- - " com.puppycrawl.tools:checkstyle"
8+ test :
9+ dependency-type : " development"
10+ main :
11+ dependency-type : " production"
1812
1913 - package-ecosystem : " github-actions"
2014 directory : " /"
15+ groups :
16+ gh-actions :
17+ patterns : ["*"]
2118 schedule :
22- interval : " monthly "
19+ interval : " weekly "
2320
2421# 1.3 Maintenance
2522 - package-ecosystem : " maven"
2623 directory : " /"
2724 schedule :
28- interval : " cron"
29- cronjob : " 30 4 1,15 * *"
25+ interval : " weekly"
3026 target-branch : " 1.3"
3127 ignore :
3228 - dependency-name : " org.eclipse.rdf4j:rdf4j-*"
@@ -44,20 +40,15 @@ updates:
4440 - " backport"
4541 - " 1.3"
4642 groups :
47- plugins :
48- patterns :
49- - " org.apache.maven.plugins:*"
50- - " com.mycila:license-maven-plugin"
51- - " org.jacoco:jacoco-maven-plugin"
52- - " org.sonarsource.scanner.maven:sonar-maven-plugin"
53- - " org.sonatype.plugins:nexus-staging-maven-plugin"
54- - " org.owasp:dependency-check-maven"
43+ test :
44+ dependency-type : " development"
45+ main :
46+ dependency-type : " production"
5547
5648 - package-ecosystem : " maven"
5749 directory : " /rdf4j/"
5850 schedule :
59- interval : " cron"
60- cronjob : " 30 4 1,15 * *"
51+ interval : " weekly"
6152 target-branch : " 1.3"
6253 allow :
6354 - dependency-name : " org.eclipse.rdf4j:rdf4j-*"
@@ -68,8 +59,7 @@ updates:
6859 - package-ecosystem : " maven"
6960 directory : " /spring/"
7061 schedule :
71- interval : " cron"
72- cronjob : " 30 4 1,15 * *"
62+ interval : " weekly"
7363 target-branch : " 1.3"
7464 allow :
7565 - dependency-name : " org.springframework.security:spring-*"
@@ -79,10 +69,12 @@ updates:
7969
8070 - package-ecosystem : " github-actions"
8171 directory : " /"
72+ groups :
73+ gh-actions :
74+ patterns : ["*"]
8275 schedule :
83- interval : " monthly "
76+ interval : " weekly "
8477 target-branch : " 1.3"
8578 labels :
8679 - " backport"
8780 - " 1.3"
88-
0 commit comments