diff --git a/.github/renovate.json b/.github/renovate.json index 220ccc747..af14eb3c2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,7 +6,7 @@ ":rebaseStalePrs" ], "timezone": "US/Central", - "schedule": [], + "schedule": [ "0 */2 * * *" ], "labels": [], "prHourlyLimit": 0, "prConcurrentLimit": 0, @@ -75,36 +75,6 @@ "automerge": false, "minimumReleaseAge": "1 days" }, - { - "description": "Label images, linuxserver versioning, qbittorrent", - "matchDepNames": [ - "ghcr.io/linuxserver/qbittorrent" - ], - "matchDatasources": [ - "docker" - ], - "addLabels": [ - "image" - ], - "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)-r(?\\w+)-ls(?\\d+)", - "automerge": false, - "minimumReleaseAge": "1 days" - }, - { - "description": "Automerge onedr0p plex images", - "matchDepNames": [ - "ghcr.io/onedr0p/plex" - ], - "matchDatasources": [ - "docker" - ], - "addLabels": [ - "image" - ], - "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)\\.(?\\d+)-(?.+)?$", - "automerge": true, - "automergeType": "branch" - }, { "description": "Automerge image patches", "matchUpdateTypes": [ @@ -119,24 +89,6 @@ "automerge": true, "automergeType": "branch", "minimumReleaseAge": "1 days" - }, - { - "description": "Automerge minor image changes", - "matchDepNames": [ - "amazon/aws-cli" - ], - "matchUpdateTypes": [ - "minor" - ], - "matchDatasources": [ - "docker" - ], - "addLabels": [ - "image" - ], - "automerge": true, - "automergeType": "branch", - "minimumReleaseAge": "1 days" } ] }