Update renovate.json

This commit is contained in:
2022-10-29 14:23:14 +03:00
committed by GitHub
parent eaa971fc1d
commit 48af15404c

View File

@@ -1,11 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"separateMajorMinor": false,
"extends": [
"config:base",
":preserveSemverRanges",
":enableVulnerabilityAlerts",
":semanticCommits",
":labels(dependencies)"
":labels(dependencies)",
"group:all",
"schedule:monthly",
":maintainLockFilesMonthly"
],
"lockFileMaintenance": {
"extends": [
"group:all"
],
"commitMessageAction": "Update"
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],