We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d95294 commit 372cb9fCopy full SHA for 372cb9f
1 file changed
cookiecutter/migrate.py
@@ -134,6 +134,12 @@ def regroup_dependabot() -> None:
134
content=dependabot_content,
135
)
136
137
+ manual_step(
138
+ "Please review the changes to the dependabot config if you made any "
139
+ "customizations. Also please check your dependencies and if you have other "
140
+ "dependencies at v0.x.x or that break often, add them to the exclusion list."
141
+ )
142
+
143
144
def upgrade_to_ubuntu_24_04() -> None:
145
"""Upgrade GitHub workflows from Ubuntu 20.04 to 24.04."""
0 commit comments