Skip to content

fix(renovate): renovate validation#54

Merged
hanthor merged 2 commits into
get-aurora-dev:mainfrom
inffy:renovate-fix
Dec 20, 2025
Merged

fix(renovate): renovate validation#54
hanthor merged 2 commits into
get-aurora-dev:mainfrom
inffy:renovate-fix

Conversation

@inffy

@inffy inffy commented Dec 20, 2025

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings December 20, 2025 08:54

Copilot AI left a comment

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.

Pull request overview

This PR fixes Renovate validation by correcting the regex manager template variable name from version to currentValue, which aligns with Renovate's expected named capture group format for version extraction. The PR also includes formatting changes that add extra whitespace after some property colons.

  • Changed regex capture group from (?<version>...) to (?<currentValue>...) to fix Renovate validation
  • Added extra whitespace after colons on select properties

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/renovate.json5
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"extends": [

Copilot AI Dec 20, 2025

Copy link

Choose a reason for hiding this comment

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

The whitespace changes (extra spaces after colons) introduce inconsistent formatting in the JSON5 file. Lines 3, 16, and 21 now have two spaces after the colon, while other properties in the file (lines 2, 17, 20) maintain single spaces. This inconsistency reduces code maintainability and doesn't appear to fix any validation issues. Consider either applying consistent spacing throughout the file or reverting these whitespace-only changes.

Copilot uses AI. Check for mistakes.
Comment thread .github/renovate.json5
"regexManagers": [
{
"fileMatch": ["^Containerfile$"],
"fileMatch": ["^Containerfile$"],

Copilot AI Dec 20, 2025

Copy link

Choose a reason for hiding this comment

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

The whitespace changes (extra spaces after colons) introduce inconsistent formatting in the JSON5 file. Lines 3, 16, and 21 now have two spaces after the colon, while other properties in the file (lines 2, 17, 20) maintain single spaces. This inconsistency reduces code maintainability and doesn't appear to fix any validation issues. Consider either applying consistent spacing throughout the file or reverting these whitespace-only changes.

Copilot uses AI. Check for mistakes.
Comment thread .github/renovate.json5
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "ublue-os/artwork"
"depNameTemplate": "ublue-os/artwork"

Copilot AI Dec 20, 2025

Copy link

Choose a reason for hiding this comment

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

The whitespace changes (extra spaces after colons) introduce inconsistent formatting in the JSON5 file. Lines 3, 16, and 21 now have two spaces after the colon, while other properties in the file (lines 2, 17, 20) maintain single spaces. This inconsistency reduces code maintainability and doesn't appear to fix any validation issues. Consider either applying consistent spacing throughout the file or reverting these whitespace-only changes.

Copilot uses AI. Check for mistakes.
@hanthor hanthor added this pull request to the merge queue Dec 20, 2025
Merged via the queue into get-aurora-dev:main with commit 7431e7f Dec 20, 2025
1 of 2 checks passed
@inffy inffy deleted the renovate-fix branch December 20, 2025 10:12
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.

3 participants