File tree Expand file tree Collapse file tree 1 file changed +31
-6
lines changed Expand file tree Collapse file tree 1 file changed +31
-6
lines changed Original file line number Diff line number Diff line change 1- # To get started with Dependabot version updates, you'll need to specify which
2- # package ecosystems to update and where the package manifests are located.
3- # Please see the documentation for all configuration options:
4- # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61version : 2
72updates :
83 - package-ecosystem : " maven"
9- directory : " /" # Location of package manifests
4+ directory : " /"
105 schedule :
116 interval : " weekly"
7+ day : " monday"
8+ time : " 06:00"
9+ timezone : " Etc/UTC"
10+ groups :
11+ java-test-dependencies :
12+ patterns :
13+ - " org.junit.jupiter:*"
14+ maven-build-plugins :
15+ patterns :
16+ - " org.apache.maven.plugins:*"
17+ - " org.sonatype.plugins:*"
18+ java-production-dependencies :
19+ patterns :
20+ - " *"
21+ exclude-patterns :
22+ - " org.openjfx:*"
23+ - " org.apache.maven.plugins:*"
24+ - " org.junit.jupiter:*"
25+ - " org.sonatype.plugins:*"
26+
27+ - package-ecosystem : " github-actions"
28+ directory : " /" # even for `.github/workflows`
29+ schedule :
30+ interval : " monthly"
31+ groups :
32+ github-actions :
33+ patterns :
34+ - " *"
35+ labels :
36+ - " misc:ci"
You can’t perform that action at this time.
0 commit comments