Skip to content

Commit a8726fa

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cookiecutter/migrate.py

+5
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ def regroup_dependabot() -> None:
134134
content=dependabot_content,
135135
)
136136

137+
manual_step(
138+
"Please check your dependencies and if you have other dependencies at "
139+
"v0.x.x or that break often, add them to the exclusion list."
140+
)
141+
137142

138143
def upgrade_to_ubuntu_24_04() -> None:
139144
"""Upgrade GitHub workflows from Ubuntu 20.04 to 24.04."""

0 commit comments

Comments
 (0)