File tree Expand file tree Collapse file tree 1 file changed +25
-7
lines changed Expand file tree Collapse file tree 1 file changed +25
-7
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 :
8- - package-ecosystem : " maven" # See documentation for possible values
9- directory : " /" # Location of package manifests
3+ # Updates for main branch
4+ - package-ecosystem : " maven"
5+ directory : " /"
6+ schedule :
7+ interval : " weekly"
8+ assignees :
9+ - ricardozanini
10+ - fjtirado
11+ target-branch : " main"
12+
13+ # Updates for 4.x branch
14+ - package-ecosystem : " maven"
15+ directory : " /"
16+ schedule :
17+ interval : " weekly"
18+ assignees :
19+ - ricardozanini
20+ - fjtirado
21+ target-branch : " 4.x"
22+
23+ # Updates for 5.x branch
24+ - package-ecosystem : " maven"
25+ directory : " /"
1026 schedule :
1127 interval : " weekly"
1228 assignees :
1329 - ricardozanini
30+ - fjtirado
31+ target-branch : " 5.x"
You can’t perform that action at this time.
0 commit comments