mirror of
https://github.com/ivuorinen/docker-php-with-imagick.git
synced 2026-02-02 06:43:23 +00:00
17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":preserveSemverRanges",
|
|
":semanticCommits",
|
|
":labels(dependencies)"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|