Skip to content

chore(renovate): ignore unresolved placeholder image dependency#545

Merged
aslafy-z merged 1 commit into
mainfrom
copilot/ignore-renovate-warning
May 27, 2026
Merged

chore(renovate): ignore unresolved placeholder image dependency#545
aslafy-z merged 1 commit into
mainfrom
copilot/ignore-renovate-warning

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 27, 2026

Renovate repeatedly failed on application/ci/values.yaml when attempting digest updates for the placeholder image registry/example-image. This PR scopes that known non-actionable dependency out of Renovate processing.

  • What changed

    • Added a repository-level Renovate ignore rule for the placeholder dependency.
  • Why this resolves the failure

    • Prevents Renovate from attempting digest resolution for registry/example-image, eliminating the lookup error path tied to sample CI values.
{
  "ignoreDeps": [
    "registry/example-image"
  ]
}

Copilot AI changed the title chore(renovate): ignore placeholder example image dependency chore(renovate): ignore unresolved placeholder image dependency May 27, 2026
Copilot AI requested a review from aslafy-z May 27, 2026 09:47
@aslafy-z aslafy-z marked this pull request as ready for review May 27, 2026 09:50
@aslafy-z aslafy-z requested a review from rasheedamir as a code owner May 27, 2026 09:50
@aslafy-z aslafy-z merged commit a421af6 into main May 27, 2026
15 checks passed
@aslafy-z aslafy-z deleted the copilot/ignore-renovate-warning branch May 27, 2026 09:51
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