Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: macos-26
strategy:
matrix:
# renovate-xcodereleases: runs-on=macos-26
xcode: ["26.4.1"]
steps:
- uses: maxim-lobanov/setup-xcode@v1
Expand Down
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"github>swiftty/renovate-config#v0.0.1",
"github>swiftty/renovate-xcodereleases#v0.0.1"
Comment on lines +5 to +6
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Consolidating the xcodereleases manager into the general renovate-config repository would reduce the number of external dependencies in this file and simplify maintenance across multiple projects that use these shared settings.

]
}