From 76710c6b376d1e4764d3b0304871cc12e552f605 Mon Sep 17 00:00:00 2001 From: "renovateselfhost[bot]" <124943369+renovateselfhost[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:09:45 +0800 Subject: [PATCH] chore: Configure Renovate (#120) --------- Co-authored-by: renovateselfhost[bot] <124943369+renovateselfhost[bot]@users.noreply.github.com> Co-authored-by: John Vandenberg --- .github/renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +}