From a5c63cb39970e9bd7307d9f8859d5be3f0b88f7a Mon Sep 17 00:00:00 2001 From: HotaruBlaze Date: Mon, 13 Jul 2026 23:23:44 +0100 Subject: [PATCH] Add renovate.json --- renovate.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..3294d4f --- /dev/null +++ b/renovate.json @@ -0,0 +1,34 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"], + "pinDigests": false, + "dependencyDashboard": true, + "dependencyDashboardTitle": "Renovate Dashboard", + "assignees": ["hotarublaze"], + "labels": ["renovate"], + "configMigration": true, + "prHourlyLimit": 0, + + "enabledManagers": [ + "dockerfile", + "docker-compose" + ], + + "packageRules": [ + { + "matchDatasources": ["docker"], + "matchPackageNames": ["caddy"], + "groupName": "Caddy updates", + "automerge": false + } + ], + + "docker-compose": { + "hostRules": [ + { + "matchHost": "docker.io", + "concurrentRequestLimit": 2 + } + ] + } +} \ No newline at end of file