From 477873c948a93cb371b8d3a58dfadf76dee523eb Mon Sep 17 00:00:00 2001 From: "iexec-renovate-app[bot]" <202621395+iexec-renovate-app[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 01:08:59 +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" + ] +}