From cdbcb4e3f465a7ada363dc6d2174a5e5a351d4bc Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Mon, 16 Jan 2023 19:17:08 +0100 Subject: [PATCH] create renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..fdc6d1a --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "extends": [ + "github>ckotzbauer/renovate-config:default", + "github>ckotzbauer/renovate-config:weekly" + ] +}