From 585d11365ff2322272f240a1d9a84648d7539d9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 04:08:27 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +} From ca56b3c9ee26207631914b50165fce06a1144c47 Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Thu, 2 Jul 2026 09:29:12 -0400 Subject: [PATCH 2/3] Adding OpenCHAMI defaults Signed-off-by: Alex Lovell-Troy --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 5db72dd..8ec9325 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ + "github>OpenCHAMI/.github//renovate-config/default", "config:recommended" ] } From 1807d81c37e8715b89571d01e7cbe84ec15bc3dd Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Mon, 24 Aug 2026 14:38:42 -0400 Subject: [PATCH 3/3] Fixing license text Signed-off-by: Alex Lovell-Troy --- renovate.json.license | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 renovate.json.license diff --git a/renovate.json.license b/renovate.json.license new file mode 100644 index 0000000..db315fb --- /dev/null +++ b/renovate.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: © 2026 OpenCHAMI a Series of LF Projects, LLC + +SPDX-License-Identifier: MIT