From 132b5f8db995a5bda47c8736d16af6716fb98ab5 Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Wed, 25 Oct 2023 00:34:45 +0200 Subject: [PATCH] feature: renovate configuration --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..02ae055 --- /dev/null +++ b/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "dependencyDashboard": true +}