chore(renovate): add JacobPEvans-personal to own-org auto-merge owners#44
Merged
Merged
Conversation
The own-org auto-merge rule listed JacobPEvans/** and dryvist/** but not the renamed JacobPEvans-personal/** account. JacobPEvans/** still resolves via GitHub redirect, but the current owner should be listed explicitly so own-org deps from the renamed personal account auto-merge like the rest. Makes this preset the complete single source of truth for own-org auto-merge, so consumers (e.g. nix-darwin) can drop their duplicated internal-flakes rules. Companion to dryvist/nix-darwin#1259. Assisted-by: Claude:claude-opus-4-8 Claude-Session: https://claude.ai/code/session_01Q8KuYpDsSDUrFGiyt8bcQk
There was a problem hiding this comment.
Code Review
This pull request updates the Renovate configuration in renovate-presets.json to include the JacobPEvans-personal/** package pattern in the auto-merge rule for own-org dependencies, reflecting a legacy personal account rename. The description of the rule has also been updated to document this change. There are no review comments, and I have no feedback to provide.
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.
What
Adds
JacobPEvans-personal/**to the own-org auto-merge rule inrenovate-presets.json(alongsideJacobPEvans/**anddryvist/**).Why
The personal account was renamed
JacobPEvans→JacobPEvans-personal. Theown-org rule only listed the old name.
JacobPEvans/**still matches via GitHubredirect, but the current owner should be explicit so own-org deps from the
renamed account auto-merge like the rest.
This makes the preset the complete single source of truth for own-org
auto-merge (DRY), so consumers can drop their duplicated rules — companion to
dryvist/nix-darwin#1259, which removes nix-darwin's local
internal-flakescopy.Validation
Valid JSON; one additive array element matching the existing glob format. (The
standalone
renovate-config-validatormisclassifies this preset-only file "asglobal config" and exits 1 on both the original and this change — pre-existing,
unrelated to this edit.)
🤖 Generated with Claude Code