Skip to content

Commit 448d779

Browse files
committed
Move script to script directory
1 parent f30d169 commit 448d779

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
# WARNING: If the script is terminated before restoring the extension source (step 2), make sure you revert
1010
# the changes to renovate.json5 manually.
1111

12+
if [ -f "renovate.json5" ]; then
13+
echo "Found renovate.json5, proceeding..."
14+
else
15+
echo "renovate.json5 not found, please run this script from the root of the repository."
16+
exit 1
17+
fi
18+
1219
## (1) Check config syntax
1320
npx --yes --package renovate -- renovate-config-validator renovate.json5 || exit 1
1421

0 commit comments

Comments
 (0)