Skip to content

Commit f50b7d0

Browse files
committed
Revert "Dependabot: Deduplicate pip configuration"
I want Dependabot to create separate PRs for each directory and there doesn't seem to be another way to do it. This reverts commit 4dbb3d7.
1 parent 21a93f6 commit f50b7d0

File tree

1 file changed

+58
-8
lines changed

1 file changed

+58
-8
lines changed

.github/dependabot.yml

Lines changed: 58 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ updates:
2929
# https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
3030
target-branch: master
3131
- package-ecosystem: pip
32-
directories:
33-
- /bookmarkmgr
34-
- /bookmarks4diff
35-
- /ytm
32+
directory: /bookmarkmgr
3633
schedule:
3734
interval: daily
3835
allow:
@@ -43,10 +40,63 @@ updates:
4340
- version-update:semver-minor
4441
- version-update:semver-patch
4542
- 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
50100
schedule:
51101
interval: monthly
52102
groups:

0 commit comments

Comments
 (0)