File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55
66version : 2
7-
87updates :
9- - package-ecosystem : " github-actions"
10- directory : " /"
11- target-branch : " main"
12- schedule :
13- interval : " weekly"
14- - package-ecosystem : " github-actions"
15- directory : " /"
16- target-branch : " 3.3.x"
17- schedule :
18- interval : " weekly"
19- - package-ecosystem : maven
20- directory : /
21- schedule :
22- interval : daily
23- target-branch : main
24- ignore :
25- # only upgrade by minor or patch
26- - dependency-name : " *"
27- update-types :
28- - version-update:semver-major
29- - version-update:semver-minor
30- - package-ecosystem : maven
31- directory : /
32- schedule :
33- interval : daily
34- target-branch : 3.3.x
35- ignore :
36- # only upgrade by minor or patch
37- - dependency-name : " *"
38- update-types :
39- - version-update:semver-major
40- - version-update:semver-minor
41- - package-ecosystem : npm
42- target-branch : docs-build
43- directory : /
44- schedule :
45- interval : weekly
46- - package-ecosystem : npm
47- target-branch : main
48- directory : /docs
49- schedule :
50- interval : weekly
51- - package-ecosystem : npm
52- target-branch : 3.3.x
53- directory : /docs
54- schedule :
55- interval : weekly
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ target-branch : " main"
11+ schedule :
12+ interval : " weekly"
13+ - package-ecosystem : maven
14+ directory : /
15+ schedule :
16+ interval : daily
17+ target-branch : main
18+ ignore :
19+ # only upgrade by minor or patch
20+ - dependency-name : " *"
21+ update-types :
22+ - version-update:semver-major
23+ - version-update:semver-minor
24+ - package-ecosystem : npm
25+ target-branch : docs-build
26+ directory : /
27+ schedule :
28+ interval : weekly
29+ - package-ecosystem : npm
30+ target-branch : main
31+ directory : /docs
32+ schedule :
33+ interval : weekly
You can’t perform that action at this time.
0 commit comments