mirror of
https://github.com/ivuorinen/docker-php-with-imagick.git
synced 2026-01-26 11:34:08 +00:00
31 lines
723 B
JSON
31 lines
723 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"separateMajorMinor": false,
|
|
"extends": [
|
|
"config:base",
|
|
":preserveSemverRanges",
|
|
":enableVulnerabilityAlerts",
|
|
":semanticCommits",
|
|
":labels(dependencies)",
|
|
"group:all",
|
|
"schedule:monthly",
|
|
":maintainLockFilesMonthly"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"extends": [
|
|
"group:all"
|
|
],
|
|
"commitMessageAction": "Update"
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
}
|
|
],
|
|
"docker": {
|
|
"enabled": false
|
|
}
|
|
}
|