Fix invalid YAML formatting in Dependabot workflow template#469
Merged
Marenz merged 1 commit intofrequenz-floss:v0.x.xfrom Dec 4, 2025
Merged
Fix invalid YAML formatting in Dependabot workflow template#469Marenz merged 1 commit intofrequenz-floss:v0.x.xfrom
Marenz merged 1 commit intofrequenz-floss:v0.x.xfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes invalid YAML syntax in the Dependabot workflow template within the migration script by removing a broken multi-line folded scalar (>-) and replacing it with a single-line format.
Key changes:
- Converts multi-line
uses:field with folded scalar syntax to a single-line format with inline version comment - Removes quotes from workflow parameter values (all, true, merge, tool:auto-merged)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f3d6012 to
1656e86
Compare
florian-wagner-frequenz
previously approved these changes
Nov 20, 2025
llucax
reviewed
Nov 21, 2025
af33388 to
674a425
Compare
Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
674a425 to
97e199b
Compare
Contributor
Author
|
It was an imperfect solution to a ci warning while trying to add the version number. This is now better. |
llucax
approved these changes
Dec 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes invalid YAML syntax in the migration script's Dependabot workflow template by removing broken line continuation and unnecessary quotes on scalar values.