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,