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