File tree Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3+ # bump major and minor updates as soon as available
34 - package-ecosystem : cargo
4- directory : " /"
5+ target-branch : main # see https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
6+ directory : /
57 schedule :
68 interval : daily
9+ commit-message :
10+ prefix : chore
11+ include : scope
12+ ignore :
13+ - dependency-name : " *"
14+ update-types :
15+ - " version-update:semver-patch"
16+
17+ # bundle patch updates together on a monthly basis
18+ - package-ecosystem : cargo
19+ directory : /
20+ schedule :
21+ interval : monthly
22+ commit-message :
23+ prefix : chore
24+ include : scope
25+ groups :
26+ patch-updates :
27+ update-types :
28+ - patch
29+ ignore :
30+ - dependency-name : " *"
31+ update-types :
32+ - " version-update:semver-minor"
33+ - " version-update:semver-major"
34+
35+ # bump actions as soon as available
736 - package-ecosystem : github-actions
8- directory : " / "
37+ directory : /
938 schedule :
1039 interval : daily
40+ commit-message :
41+ prefix : chore
42+ include : scope
1143 ignore :
1244 - dependency-name : dtolnay/rust-toolchain
You can’t perform that action at this time.
0 commit comments