From c3c6994afb9cff1520eaf50c8d1a40208df174bd Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 24 Sep 2024 15:52:18 +0200 Subject: [PATCH] Create renovate.json --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..cc31624 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended", ":disableDependencyDashboard"] +}