From e9099e4d119bb9b84ccd2c22ff7764f8e98743db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:40:49 +0000 Subject: [PATCH] ci(renovate): configure Renovate (#33) * Add renovate.json * ci(renovate): use presets --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joshua Tang --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..9b40eaf --- /dev/null +++ b/renovate.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>zeshuaro/renovate-configs", + "github>zeshuaro/renovate-configs:package", + "github>zeshuaro/renovate-configs:javascript" + ] +}