From 5b1e2bee00a7fd2eeed731f1790c0d353fb01f82 Mon Sep 17 00:00:00 2001 From: swiftty <62803132+swiftty@users.noreply.github.com> Date: Sat, 16 May 2026 03:54:03 +0900 Subject: [PATCH] Add custom manager for # renovate-xcodereleases annotations --- .github/workflows/ci.yml | 1 + renovate.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ed89a2..dfb8265 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/renovate.json b/renovate.json index 39a2b6e..d00d435 100644 --- a/renovate.json +++ b/renovate.json @@ -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" ] }