File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,27 @@ updates:
3
3
- package-ecosystem : " maven"
4
4
directory : " /"
5
5
schedule :
6
- interval : " weekly "
6
+ interval : " monthly "
7
7
day : " monday"
8
8
time : " 06:00"
9
- timezone : " UTC"
9
+ timezone : " Etc/ UTC"
10
10
groups :
11
- maven-dependencies :
11
+ java-test-dependencies :
12
+ patterns :
13
+ - " org.junit.jupiter:*"
14
+ maven-build-plugins :
15
+ patterns :
16
+ - " org.apache.maven.plugins:*"
17
+ - " org.owasp:dependency-check-maven"
18
+ - " org.sonatype.plugins:nexus-staging-maven-plugin"
19
+ java-production-dependencies :
12
20
patterns :
13
21
- " *"
22
+ exclude-patterns :
23
+ - " org.junit.jupiter:*"
24
+ - " org.apache.maven.plugins:*"
25
+ - " org.owasp:dependency-check-maven"
26
+ - " org.sonatype.plugins:nexus-staging-maven-plugin"
14
27
15
28
- package-ecosystem : " github-actions"
16
29
directory : " /" # even for `.github/workflows`
You can’t perform that action at this time.
0 commit comments