More tweaking.
This commit is contained in:
+3
-3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user