diff --git a/renovate.json b/renovate.json index 65a62951ca097876a07ef2d31e3304517d61c821..ba6257141c133d4dc695c9242da6416c21a518f9 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 ."