diff --git a/renovate.json b/renovate.json index 24e8618d..d7766751 100644 --- a/renovate.json +++ b/renovate.json @@ -7,27 +7,34 @@ "ignorePaths": [ ".github/**" ], + "labels": [ + "dependency" + ], + "separateMinorPatch": true, "postUpgradeTasks": { "commands": [ "make gen-golden-all" ], - "fileFilters": [ "tests/golden/**" ], + "fileFilters": [ + "tests/golden/**" + ], "executionMode": "update" }, - "suppressNotifications": [ "artifactErrors" ], - "labels": [ - "dependency" + "suppressNotifications": [ + "artifactErrors" ], - "separateMinorPatch": true, "packageRules": [ { - "matchUpdateTypes": ["patch"], + "matchUpdateTypes": [ + "patch" + ], "matchCurrentVersion": "!/^v?0\\./", "automerge": true, "platformAutomerge": false, "labels": [ "dependency", - "automerge" + "automerge", + "bump:patch" ] }, {