From e0de9aa3143f130433df605de1f808cc64cf4cda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 22:04:37 -0600 Subject: [PATCH] Configure Renovate (#152) * Add renovate.json * move to github folder Co-authored-by: Renovate Bot Co-authored-by: David May <1301201+wass3r@users.noreply.github.com> --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..f45d8f11 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "config:base" + ] +}