From afbfd2417fd2ddb42f96375e8837a81100b0010e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Sat, 29 Mar 2025 10:55:00 +0200 Subject: [PATCH] fix(ci): Disable explicit start in YAML configuration for release notes --- .github/scripts/renovate-releasenotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/renovate-releasenotes.py b/.github/scripts/renovate-releasenotes.py index 9dfb590..a78ef51 100755 --- a/.github/scripts/renovate-releasenotes.py +++ b/.github/scripts/renovate-releasenotes.py @@ -112,7 +112,7 @@ def main( yaml = YAML(typ=['rt', 'string']) yaml.indent(mapping=2, sequence=4, offset=2) - yaml.explicit_start = True + yaml.explicit_start = False yaml.preserve_quotes = True yaml.width = 4096