Skip to content

Configure Renovate to suppress invalid changesets/action SHA warning#56

Merged
miccy merged 3 commits intorenovate/configurefrom
copilot/sub-pr-55
Mar 1, 2026
Merged

Configure Renovate to suppress invalid changesets/action SHA warning#56
miccy merged 3 commits intorenovate/configurefrom
copilot/sub-pr-55

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 1, 2026

Renovate onboarding PR flagged an invalid commit SHA for changesets/action in .github/workflows/release.yaml. The referenced SHA (aba2c84...) does not exist in the upstream repository, preventing Renovate from tracking updates.

Changes

  • renovate.json: Disabled updates for changesets/action to suppress the warning
  • .ai/knowledge/: Documented the issue and manual fix required

Context

The workflow file is protected by repository rules (GH013) and cannot be modified via PR. The correct SHA for v1.7.0 is 6a0a831ff30acef54f2c6aa1cbbc1096b066edaf.

A repository administrator needs to manually update line 34 in release.yaml:

# Current (invalid)
uses: changesets/action@aba2c841fbc6b30f889c450c3995817c1bf05285 # v1

# Should be
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0

After the manual fix, the ignore rule in renovate.json should be removed to re-enable automatic updates.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits March 1, 2026 10:14
…low file

Co-authored-by: miccy <9729864+miccy@users.noreply.github.com>
Co-authored-by: miccy <9729864+miccy@users.noreply.github.com>
Copilot AI changed the title [WIP] Set up Renovate for dependency management Configure Renovate to suppress invalid changesets/action SHA warning Mar 1, 2026
Copilot finished work on behalf of miccy March 1, 2026 10:15
@miccy miccy marked this pull request as ready for review March 1, 2026 13:01
@miccy miccy requested a review from a team as a code owner March 1, 2026 13:01
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 1, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@miccy miccy merged commit edca08c into renovate/configure Mar 1, 2026
27 of 31 checks passed
miccy added a commit that referenced this pull request Mar 1, 2026
Configure Renovate to suppress invalid changesets/action SHA warning
@miccy miccy deleted the copilot/sub-pr-55 branch March 1, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants