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+ # 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+ version : 2
7+
8+ updates :
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
You can’t perform that action at this time.
0 commit comments