File tree Expand file tree Collapse file tree 1 file changed +58
-8
lines changed Expand file tree Collapse file tree 1 file changed +58
-8
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,7 @@ updates:
29
29
# https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
30
30
target-branch : master
31
31
- package-ecosystem : pip
32
- directories :
33
- - /bookmarkmgr
34
- - /bookmarks4diff
35
- - /ytm
32
+ directory : /bookmarkmgr
36
33
schedule :
37
34
interval : daily
38
35
allow :
@@ -43,10 +40,63 @@ updates:
43
40
- version-update:semver-minor
44
41
- version-update:semver-patch
45
42
- package-ecosystem : pip
46
- directories :
47
- - /bookmarkmgr
48
- - /bookmarks4diff
49
- - /ytm
43
+ directory : /bookmarkmgr
44
+ schedule :
45
+ interval : monthly
46
+ groups :
47
+ all :
48
+ patterns :
49
+ - ' *'
50
+ allow :
51
+ - dependency-type : all
52
+ ignore :
53
+ - dependency-name : ' *'
54
+ update-types :
55
+ - version-update:semver-major
56
+ # Makes it possible to have another config. for the same dir.
57
+ # https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
58
+ target-branch : master
59
+ - package-ecosystem : pip
60
+ directory : /bookmarks4diff
61
+ schedule :
62
+ interval : daily
63
+ allow :
64
+ - dependency-type : all
65
+ ignore :
66
+ - dependency-name : ' *'
67
+ update-types :
68
+ - version-update:semver-minor
69
+ - version-update:semver-patch
70
+ - package-ecosystem : pip
71
+ directory : /bookmarks4diff
72
+ schedule :
73
+ interval : monthly
74
+ groups :
75
+ all :
76
+ patterns :
77
+ - ' *'
78
+ allow :
79
+ - dependency-type : all
80
+ ignore :
81
+ - dependency-name : ' *'
82
+ update-types :
83
+ - version-update:semver-major
84
+ # Makes it possible to have another config. for the same dir.
85
+ # https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
86
+ target-branch : master
87
+ - package-ecosystem : pip
88
+ directory : /ytm
89
+ schedule :
90
+ interval : daily
91
+ allow :
92
+ - dependency-type : all
93
+ ignore :
94
+ - dependency-name : ' *'
95
+ update-types :
96
+ - version-update:semver-minor
97
+ - version-update:semver-patch
98
+ - package-ecosystem : pip
99
+ directory : /ytm
50
100
schedule :
51
101
interval : monthly
52
102
groups :
You can’t perform that action at this time.
0 commit comments