Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"matchPackageNames": ["ghcr.io/jdx/mise"],
"matchCurrentValue": "copr",
"enabled": false
},
{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain consistency with the existing configuration and provide context for future maintainers, please add a description field explaining the rationale for disabling updates for taiki-e/install-action.

Suggested change
{
{
"description": "REASON_FOR_DISABLING_UPDATES",

"matchPackageNames": ["taiki-e/install-action"],
"matchManagers": ["github-actions"],
"enabled": false
}
Comment on lines +25 to 28
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Missing description field for consistency

The other two packageRules entries both include a description explaining why the package is excluded. This new rule omits it, making it harder to understand the rationale in the future (e.g., the action pins its own digests, has a non-standard version scheme, etc.).

Suggested change
"matchPackageNames": ["taiki-e/install-action"],
"matchManagers": ["github-actions"],
"enabled": false
}
{
"description": "taiki-e/install-action manages its own version pinning; Renovate updates are not needed.",
"matchPackageNames": ["taiki-e/install-action"],
"matchManagers": ["github-actions"],
"enabled": false
}

Fix in Claude Code

]
}
Loading