Skip to content

Commit af11d80

Browse files
committed
Add a note about adding breaking dependencies to the exclusion list
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 5dc7611 commit af11d80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cookiecutter/migrate.py

+6
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ def regroup_dependabot() -> None:
139139
content=dependabot_content,
140140
)
141141

142+
manual_step(
143+
"Please review the changes to the dependabot config if you made any "
144+
"customizations. Also please check your dependencies and if you have other "
145+
"dependencies at v0.x.x or that break often, add them to the exclusion list."
146+
)
147+
142148

143149
def use_new_workflows() -> None:
144150
"""Use the new GitHub Actions workflows."""

0 commit comments

Comments
 (0)