[autobackport: sssd-2-9] ci: fix dependabot.yml schema validation#8167
Conversation
There was a problem hiding this comment.
Code Review
This pull request correctly updates the .github/dependabot.yml configuration file to align with the current schema. The prefix option has been moved under the commit-message section, which is the correct location according to the dependabot documentation. The change is simple, accurate, and resolves the schema validation failure.
75c263e to
53dee36
Compare
As specified in the documentation move prefix under commit-message section. Link: <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference> Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com> Reviewed-by: Justin Stephenson <jstephen@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com> (cherry picked from commit 4e66176)
|
The pull request was accepted by @pbrezina with the following PR CI status: 🟢 CodeQL (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
53dee36 to
023d39e
Compare
This is an automatic backport of PR#8160 ci: fix dependabot.yml schema validation to branch sssd-2-9, created by @ikerexxe.
Please make sure this backport is correct.
Note
The commits were cherry-picked without conflicts.
You can push changes to this pull request
Original commits
Backported commits
Original Pull Request Body
As specified in the documentation move prefix under commit-message section.
Example of failed execution: https://github.com/SSSD/sssd/runs/54018618899
Link: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference