mirror of
https://github.com/ivuorinen/docker-php-with-imagick.git
synced 2026-02-13 13:48:40 +00:00
Update renovate.json
This commit is contained in:
@@ -1,11 +1,22 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"separateMajorMinor": false,
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"config:base",
|
||||||
":preserveSemverRanges",
|
":preserveSemverRanges",
|
||||||
|
":enableVulnerabilityAlerts",
|
||||||
":semanticCommits",
|
":semanticCommits",
|
||||||
":labels(dependencies)"
|
":labels(dependencies)",
|
||||||
|
"group:all",
|
||||||
|
"schedule:monthly",
|
||||||
|
":maintainLockFilesMonthly"
|
||||||
],
|
],
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"extends": [
|
||||||
|
"group:all"
|
||||||
|
],
|
||||||
|
"commitMessageAction": "Update"
|
||||||
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
|||||||
Reference in New Issue
Block a user