From 291abeb317fc1fa378f40a667c7b87297d29054a Mon Sep 17 00:00:00 2001 From: arkon Date: Thu, 26 Jan 2023 22:22:04 -0500 Subject: [PATCH] [skip ci] add renovate.json --- .github/renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 000000000..e5fd01883 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,8 @@ +{ + "extends": [ + "config:base" + ], + "includePaths": [ + ".github/**" + ] +}