mirror of
https://github.com/ivuorinen/docker-php-with-imagick.git
synced 2026-02-12 12:48:09 +00:00
Update renovate.json
This commit is contained in:
@@ -1,33 +1,4 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"separateMajorMinor": false,
|
"extends": ["github>ivuorinen/.github:renovate-config"]
|
||||||
"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
|
|
||||||
},
|
|
||||||
"digest": {
|
|
||||||
"enabled": false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user