File tree Expand file tree Collapse file tree 1 file changed +29
-6
lines changed
Expand file tree Collapse file tree 1 file changed +29
-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+ java-production-dependencies :
18+ patterns :
19+ - " *"
20+ exclude-patterns :
21+ - " org.openjfx:*"
22+ - " org.apache.maven.plugins:*"
23+ - " org.junit.jupiter:*"
24+
25+ - package-ecosystem : " github-actions"
26+ directory : " /" # even for `.github/workflows`
27+ schedule :
28+ interval : " monthly"
29+ groups :
30+ github-actions :
31+ patterns :
32+ - " *"
33+ labels :
34+ - " misc:ci"
You can’t perform that action at this time.
0 commit comments