UNCLASSIFIED

Commit 4e53e4f5 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

master: bump 8.9.2

See merge request !66
parents bbd86463 7ee7016d
Pipeline #444208 failed with stages
in 1 minute and 15 seconds
......@@ -9,5 +9,5 @@ dependencies:
git:
repo: https://github.com/SonarSource/docker-sonarqube
directory: /8/community
ref: 8.9.1
ref: 8.9.2
updateStrategy: resource-merge
......@@ -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
}
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