mirror of
https://github.com/ivuorinen/docker-php-with-imagick.git
synced 2026-02-15 13:49:14 +00:00
Update renovate.json
This commit is contained in:
@@ -1,5 +1,16 @@
|
|||||||
{
|
{
|
||||||
"extends": [
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"config:base"
|
"extends": [
|
||||||
]
|
"config:base",
|
||||||
|
":preserveSemverRanges",
|
||||||
|
":semanticCommits",
|
||||||
|
":labels(dependencies)"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"matchCurrentVersion": "!/^0/",
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user