From a052f14a2649bc1d69ae94ac86e25c9f8a21863f Mon Sep 17 00:00:00 2001 From: renovatebot Date: Sun, 16 Jun 2024 01:15:27 -0400 Subject: [PATCH] Add renovate.json --- renovate.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..317b4b9 --- /dev/null +++ b/renovate.json @@ -0,0 +1,25 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base"], + "dependencyDashboard": true, + "dependencyDashboardTitle": "Renovate Dashboard", + "labels": ["renovatebot"], + "docker-compose": { + "ignorePaths": ["scripts"] + }, + "hostRules": [ + { + "matchHost": "docker.io", + "concurrentRequestLimit": 2 + } + ], + "packageRules": [ + { + "updateTypes": ["major"] + }, + { + "matchPackageNames": ["${{ secrets.CUSTOM_REGISTRY }}/renovate/renovate"], + "customChangelogUrl": "https://github.com/renovatebot/renovate/releases" + } + ] +}