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