From 28a70e13f0e16fce38ad7283c0a8bf9b01317d25 Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Wed, 7 Jul 2021 10:08:09 -0400 Subject: [PATCH] renovate disable major --- renovate.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1ff40b9..4d42866 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,22 @@ "baseBranches": [ "development" ], + "packageRules": [ + { + "datasources": ["docker"], + "packageNames": ["sonarqube"], + "major": { + "enabled": false + } + }, + { + "datasources": ["github-tags"], + "packageNames": ["SonarSource/docker-sonarqube"], + "major": { + "enabled": false + } + } + ], "postUpgradeTasks": { "commands": [ "kpt pkg sync ." @@ -70,4 +86,4 @@ "versioningTemplate": "docker" } ] -} \ No newline at end of file +} -- GitLab