From a5a5f05737d2bf87af231cfd6ba020550a5f38d0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Jul 2026 12:21:52 +0000 Subject: [PATCH] chore(deps): add .github/renovate.json5 --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..33245bf --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>outscale/oks-tools-team//renovate/default.json5#initial" + ] +}