Merge branch 'renovate/reconfigure'
This commit is contained in:
+5
-12
@@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:base"],
|
"extends": ["config:base", "schedule:nonOfficeHours"],
|
||||||
"enabledManagers": ["docker-compose"],
|
"enabledManagers": ["docker-compose"],
|
||||||
"schedule": ["3-9 * * 5,6,0"],
|
|
||||||
"prConcurrentLimit": 5,
|
"prConcurrentLimit": 5,
|
||||||
"branchPrefix": "renovate/",
|
"branchPrefix": "renovate/",
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
@@ -39,16 +38,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Alpine-based images only update to Alpine-based versions",
|
"description": "Alpine-based images only update to Alpine-based versions",
|
||||||
"matchDatasources": [
|
"matchDatasources": ["docker"],
|
||||||
"docker"
|
"matchManagers": ["docker-compose"],
|
||||||
],
|
"matchPackageNames": [".*"],
|
||||||
"matchManagers": [
|
"allowedVersions": "/alpine/i"
|
||||||
"docker-compose"
|
|
||||||
],
|
|
||||||
"allowedVersions": "/alpine/i",
|
|
||||||
"matchPackageNames": [
|
|
||||||
"/.*/"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge patch updates for semver tags",
|
"description": "Automerge patch updates for semver tags",
|
||||||
|
|||||||
Reference in New Issue
Block a user