From fb53ac38600d383edbbf44ff7c6d80cda0bb38af Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 18 Sep 2025 13:04:25 -0400 Subject: [PATCH 1/2] More tweaking. --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 23fb8b55..a28d6152 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"], "enabledManagers": ["docker-compose"], - "schedule": ["3-9 * * 5,6,0"], + "schedule": "schedule:nonOfficeHours", "prConcurrentLimit": 5, "branchPrefix": "renovate/", "rebaseWhen": "behind-base-branch", @@ -33,7 +33,7 @@ "description": "Alpine-based images only update to Alpine-based versions", "matchDatasources": ["docker"], "matchManagers": ["docker-compose"], - "matchPackagePatterns": [".*"], + "matchPackageNames": [".*"], "allowedVersions": "/alpine/i" }, { @@ -49,7 +49,7 @@ "matchManagers": ["docker-compose"], "matchUpdateTypes": ["minor", "major"], "automerge": false, - "requiredStatusChecks": null + "ignoreTests": true } ], "branchNameStrict": true, From 129803bda3022e562461d4af7142b5fe75b86bc8 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 18 Sep 2025 13:08:55 -0400 Subject: [PATCH 2/2] .... --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index a28d6152..2323831b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], + "extends": ["config:base", "schedule:nonOfficeHours"], "enabledManagers": ["docker-compose"], - "schedule": "schedule:nonOfficeHours", "prConcurrentLimit": 5, "branchPrefix": "renovate/", "rebaseWhen": "behind-base-branch",