From a78dd5022b5414e4e7a738461a35ba4a8ee2fad1 Mon Sep 17 00:00:00 2001 From: "iexec-renovate-app[bot]" <202621395+iexec-renovate-app[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 12:52:43 +0000 Subject: [PATCH] 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..103eee7 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>iExecBlockchainComputing/renovate-config" + ] +}