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