Use valid Renovate sign-off preset and standardize PR-time config validation entrypoint#10
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/go-git/.github/sessions/464d349a-6ccc-4a7e-87ad-936ac7f08ac7 Co-authored-by: pjbgf <5452977+pjbgf@users.noreply.github.com>
Agent-Logs-Url: https://github.com/go-git/.github/sessions/00608d77-0c52-4eed-8e14-3b1b9fb56ab6 Co-authored-by: pjbgf <5452977+pjbgf@users.noreply.github.com>
Agent-Logs-Url: https://github.com/go-git/.github/sessions/a5938279-03e8-42fd-9955-9d0698689908 Co-authored-by: pjbgf <5452977+pjbgf@users.noreply.github.com>
Agent-Logs-Url: https://github.com/go-git/.github/sessions/bfac551d-7cc6-4b31-a28e-262927b22bb8 Co-authored-by: pjbgf <5452977+pjbgf@users.noreply.github.com>
pjbgf
approved these changes
May 9, 2026
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v5.0.0 |
Member
There was a problem hiding this comment.
Renovate should pin this in future executions.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Renovate shared configuration to use the :gitSignOff preset and adds a standardized, PR-time Renovate config validation entrypoint via make validate plus a dedicated GitHub Actions workflow.
Changes:
- Add
:gitSignOfftodefault.jsonand remove the explicitgitSignOffboolean option. - Introduce a
Makefilevalidatetarget that runsrenovate-config-validatorinside a Renovate Docker image. - Add a pull-request workflow to run
make validatewhen Renovate config files change.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Makefile | Adds make validate target to run Renovate config validation in Docker. |
| default.json | Switches sign-off behavior to the :gitSignOff preset. |
| .github/workflows/renovate-config-validate.yml | Adds PR-time workflow to run the validation target on config-related changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
This reverts commit ac7711b. Co-authored-by: pjbgf <5452977+pjbgf@users.noreply.github.com>
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.
git revert