UNCLASSIFIED

Commit eef15ccf authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'renovate-disable-major' into 'development'

renovate disable major

See merge request !63
parents d15ac7c5 44f6585d
Pipeline #406041 passed with stages
in 16 minutes and 2 seconds
...@@ -5,6 +5,22 @@ ...@@ -5,6 +5,22 @@
"baseBranches": [ "baseBranches": [
"development" "development"
], ],
"packageRules": [
{
"datasources": ["docker"],
"packageNames": ["sonarqube"],
"major": {
"enabled": false
}
},
{
"datasources": ["github-tags"],
"packageNames": ["SonarSource/docker-sonarqube"],
"major": {
"enabled": false
}
}
],
"postUpgradeTasks": { "postUpgradeTasks": {
"commands": [ "commands": [
"kpt pkg sync ." "kpt pkg sync ."
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment