From bc28b37689b5ca7856d3ba324b6ac754c4112960 Mon Sep 17 00:00:00 2001 From: Jean-Louis FEREY Date: Fri, 9 Feb 2024 14:24:22 +0100 Subject: [PATCH 1/2] Update README.md for package dependencies configuration Signed-off-by: Jean-Louis FEREY --- plugins/devtools/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/devtools/README.md b/plugins/devtools/README.md index f6db8d1417..2d21e8e6f2 100644 --- a/plugins/devtools/README.md +++ b/plugins/devtools/README.md @@ -418,8 +418,8 @@ By default, only packages with names starting with `@backstage` and `@internal` devTools: info: packagePrefixes: - - @roadiehq/backstage- - - @spotify/backstage- + - '@roadiehq/backstage-' + - '@spotify/backstage-' ``` ### External Dependencies Configuration From f02f638bc30a3e0aa6e233b319faac7119fbf6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 13 Feb 2024 11:31:40 +0100 Subject: [PATCH 2/2] Update plugins/devtools/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- plugins/devtools/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/devtools/README.md b/plugins/devtools/README.md index 2d21e8e6f2..ca9b436acc 100644 --- a/plugins/devtools/README.md +++ b/plugins/devtools/README.md @@ -418,6 +418,8 @@ By default, only packages with names starting with `@backstage` and `@internal` devTools: info: packagePrefixes: + # Note that you MUST have quotes around these. The YAML won't be valid + # if you don't, because of the leading at-symbols. - '@roadiehq/backstage-' - '@spotify/backstage-' ```