From 13baa62541e4ebf7318de4e0e2b7b7d86aea3181 Mon Sep 17 00:00:00 2001 From: Alex P <130386437+alexpriv8@users.noreply.github.com> Date: Fri, 14 Aug 2026 16:55:35 -0600 Subject: [PATCH] ci: renovate config --- .github/renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..020e2e6 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + // org shared config - https://github.com/indykite/.github/blob/master/.github/renovate.json5 + "github>indykite/.github//.github/renovate.json5" + ] +}