From 3005a58c0d1a5f6ced8db76b7fc28c3cf9de6e0c Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" Date: Mon, 16 Oct 2023 11:31:49 +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 000000000000..20f49f319442 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>anaconda/renovate-config" + ] +}