From b99a0f1a6e27aa4f2631ab836920232f3daedc6e Mon Sep 17 00:00:00 2001 From: Adaline Simonian Date: Mon, 29 Jan 2024 00:31:16 -0800 Subject: [PATCH] chore: configure renovate --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..22a9943 --- /dev/null +++ b/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"] +}