From fb53ac38600d383edbbf44ff7c6d80cda0bb38af Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 18 Sep 2025 13:04:25 -0400 Subject: [PATCH] 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,