From 62807c1f4655dd203c9726f73e7d366098d209c1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 Sep 2024 17:24:33 +0000 Subject: [PATCH] Ci: add renovate.json [skip-ci] --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..9a3152d --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + ":dependencyDashboard" + ] +}