From f81782c3e4ba53fa5d0239dcc7db47e95e927e3d Mon Sep 17 00:00:00 2001 From: adamXbot <111877622+adamXbot@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:10:13 +1000 Subject: [PATCH] chore: adopt shared Renovate preset (privacykey/renovate-config) Adds a root renovate.json extending the org-wide shared preset. Swift dependencies are pinned in project.pbxproj, which Renovate cannot manage; the practical value here is the github-actions manager and GitHub Actions digest pinning from the preset. Co-Authored-By: Claude Fable 5 --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..d351a9d --- /dev/null +++ b/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>privacykey/renovate-config"] +}