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 1
1
version : 2
2
2
updates :
3
+ # bump major and minor updates as soon as available
3
4
- package-ecosystem : cargo
4
- directory : " /"
5
+ target-branch : main # see https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
6
+ directory : /
5
7
schedule :
6
8
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
7
36
- package-ecosystem : github-actions
8
- directory : " / "
37
+ directory : /
9
38
schedule :
10
39
interval : daily
40
+ commit-message :
41
+ prefix : chore
42
+ include : scope
11
43
ignore :
12
44
- dependency-name : dtolnay/rust-toolchain
You can’t perform that action at this time.
0 commit comments