From e0eda74c6a3fbb747203ce834e4c6108278ea71d Mon Sep 17 00:00:00 2001 From: "horothesun-renovate[bot]" <155104562+horothesun-renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:49:24 +0000 Subject: [PATCH 1/2] Add renovate.json --- 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..e0a8951 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + ":disableDependencyDashboard" + ] +} From 91c5048b88698f5347584ddf4cee3e9ff5712feb Mon Sep 17 00:00:00 2001 From: Nicola Date: Sun, 1 Dec 2024 16:52:26 +0000 Subject: [PATCH 2/2] Update renovate.json --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index e0a8951..b9906d2 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,9 @@ "extends": [ "config:recommended", ":disableDependencyDashboard" + ], + "enabledManagers": [ + "dockerfile", + "github-actions" ] }