From 1402b5d042e55cf036cdaf4b330bce3727f82204 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" Date: Mon, 16 Oct 2023 10:16:43 +0000 Subject: [PATCH] chore(deps): 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 0000000000000..20f49f319442a --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>anaconda/renovate-config" + ] +}