We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d95294 commit a8726faCopy full SHA for a8726fa
1 file changed
cookiecutter/migrate.py
@@ -134,6 +134,11 @@ def regroup_dependabot() -> None:
134
content=dependabot_content,
135
)
136
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
+
142
143
def upgrade_to_ubuntu_24_04() -> None:
144
"""Upgrade GitHub workflows from Ubuntu 20.04 to 24.04."""
0 commit comments