chore(renovate): pin preset extends to date tag 2026-08-08 - #89
Merged
Conversation
There was a problem hiding this comment.
No issues found.
Reviewed the one-line .github/renovate.json change (pinning the renovate-base preset to #2026-08-08):
- Valid JSON;
customManagersblock untouched. preset#refis valid Renovate syntax; pinning to an immutable ref is correct supply-chain hygiene (an unpinned preset otherwise tracks the source repo's default branch).
Note (non-blocking, external to this repo — could not verify from here): resolution depends on the 2026-08-08 tag existing in arillso/.github and on the upstream customManager re-bumping it. Both are covered by the post-merge items in your test plan.
Without a ref the preset resolved against the default branch of arillso/.github, so any push there changed this repo's dependency behaviour without a PR. The pinned date tag also brings the ref into the customManager that keeps it updated automatically. Signed-off-by: Simon Bärlocher <s.baerlocher@sbaerlocher.ch>
sbaerlocher
force-pushed
the
chore/renovate-pin-preset
branch
from
August 9, 2026 10:11
170a781 to
6b514bd
Compare
sbaerlocher
enabled auto-merge (squash)
August 9, 2026 10:11
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
.github/renovate.jsontogithub>arillso/.github:renovate-base#2026-08-08. Without a ref the preset resolved against the default branch ofarillso/.github, so any push there changed this repo's dependency behaviour with no PR and no trace in this repo's history.renovate-basematches, so the tag is kept current automatically from here on.Test plan
jq empty .github/renovate.jsonexits 0customManagersblock untouched