We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc7611 commit af11d80Copy full SHA for af11d80
cookiecutter/migrate.py
@@ -139,6 +139,12 @@ def regroup_dependabot() -> None:
139
content=dependabot_content,
140
)
141
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
+
148
149
def use_new_workflows() -> None:
150
"""Use the new GitHub Actions workflows."""
0 commit comments