More tweaking.

This commit is contained in:
2025-09-18 13:04:25 -04:00
parent 56c8ea5f56
commit fb53ac3860
+3 -3
View File
@@ -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,