Skip to content

Commit 372cb9f

Browse files
committed
Add a note about adding breaking dependencies to the exclusion list
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 9d95294 commit 372cb9f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

cookiecutter/migrate.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ def regroup_dependabot() -> None:
134134
content=dependabot_content,
135135
)
136136

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+
137143

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

0 commit comments

Comments
 (0)