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
8 changes: 4 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$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.
"github>ublue-os/renovate-config:org-inherited-config"
],
"packageRules": [
Expand All @@ -13,12 +13,12 @@
],
"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.
"matchStrings": [
"https://github\\.com/ublue-os/artwork/releases/download/aurora-v(?<version>[0-9\\-]+)/aurora-wallpapers\\.tar\\.zstd"
"https://github\\.com/ublue-os/artwork/releases/download/aurora-v(?<currentValue>[0-9\\-]+)/aurora-wallpapers\\.tar\\.zstd"
],
"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.
}
]
}
Loading